COLOR #829FFA

HEX: #829FFA
RGB: (130,159,250)

Renk bilgisi

#829FFA contains mainly blue color. #829FFA ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#829FFA color RGB value is (130,159,250).

  • kırmız ton 130;
  • yeşil ton 159;
  • mavi ton 250.
RGB:
(130,159,250)
(51%,62%,98%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 159 of 255 = 62%
B 250 of 255 = 98%

130
159
250

R + G + B ~ 70%. #829FFA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 159 + 250 = 539 (100%)
R 130 of 539 ~ 24.12%
G 159 of 539 ~ 29.5%
B 250 of 539 ~ 46.38%

%24.12
%29.5
%46.38

CMYK RENK MODELİ

#829FFA rengi CMYK tonu (48,36,0,2).

  • camgöbeği tonu 48.00%
  • eflatun tonu 36.40%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(48,36,0,2)
C48M36Y0K2 
(48%,36%,0%,2%)
(0.48/0.36/0.00/0.02)	

CMYK yüzdeleri

%48
%36.4
%0
%1.96

Codes

Color #829FFA in popluar color models

829FFA
RGB130159250
HSL226°92.31%74.51%
HSB/HSV226°48.00%98.04%
CMYK48.00%36.40%0.00%
1.96%

Color #829FFA in popluar number systems.

HEX829FFA
Decimal130159250
Binary100000101001111111111010
Octal202237372

Shades and tints

Shades of #829FFA

#829FFA
(130,159,250)
#7791E4
(119,145,228)
#6C83CE
(108,131,206)
#6175B8
(97,117,184)
#5667A2
(86,103,162)
#4B598C
(75,89,140)
#404B76
(64,75,118)
#353D60
(53,61,96)
#2A2F4A
(42,47,74)
#1F2134
(31,33,52)
#14131E
(20,19,30)
#000000
(0,0,0)

Tints of #829FFA

#829FFA
(130,159,250)
#8DA7FA
(141,167,250)
#98AFFA
(152,175,250)
#A3B7FA
(163,183,250)
#AEBFFA
(174,191,250)
#B9C7FA
(185,199,250)
#C4CFFA
(196,207,250)
#CFD7FA
(207,215,250)
#DADFFA
(218,223,250)
#E5E7FA
(229,231,250)
#F0EFFA
(240,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829FFA color. Also use rgb(130,159,250) instead hex code.

Text Font Color

.myTextColor { color: #829FFA; }

<p style="color:#829FFA">This sample text font color is #829FFA.</p>

This text font color is #829FFA.


Background Color

.myBgColor { background-color: #829FFA; }

<div style="background-color:#829FFA">Inner text</div>

This div background color is #829FFA.


Border color

.myBorderColor { border: 1px solid #829FFA; }

<div style="border:3px solid #829FFA">Div</div>

This div border color is #829FFA.


Opacity

.myOpacity80 { color: #829FFA; opacity: 0.8; }

<p style="color:#829FFA;opacity:0.8;">80%</p>

Text with #829FFA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #829FFA;}

<p style="text-shadow: 3px 3px 1px #829FFA">Text here.</p>

This text has shadow with #829FFA color.

.textShadow {text-shadow: 3px 3px 1px #829FFA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #829FFA, 5px 5px 20px red">Text here.</p>

This text has shadow with #829FFA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#829FFA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#829FFA, Direction=45, Strength=4)">Text</p>

This text has shadow with #829FFA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #829FFA;
  -webkit-box-shadow:	1px 1px 3px 2px #829FFA;
  box-shadow:		1px 1px 3px 2px #829FFA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #829FFA;
-webkit-box-shadow: 1px 1px 3px 2px #829FFA;
box-shadow:1px 1px 3px 2px #829FFA;">
Div content here</div>
This div box has shadow with color #829FFA.

Preview

Color preview on black background

This text has color #829FFA on black background.


Color preview on white background

This text has color #829FFA on white background.



Black color preview on #829FFA background

This text has black color on #829FFA background.


White color preview on #829FFA background

This text has white color on #829FFA background.