Html Css Color HEX #829FCB Polo Blue

📋 copy color: '#829FCB'

red 130 ◦ green 159 ◦ blue 203

#829FCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #829FCB

Tints of Polo Blue #829FCB

RGB

 RED value IS 130 (51.17% from 255) = 26.42%

 GREEN value IS 159 (62.5% from 255) = 32.32%

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 26.42%
G = 32.32%
B = 41.26%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#829FCB (or 0x829FCB) is known color: Polo Blue. HEX triplet: 82, 9F and CB. RGB value is (130,159,203). Sum of RGB (Red+Green+Blue) = 130+159+203=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #829FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FCB is #7D6034. Grayscale: #9B9B9B. Windows color (decimal): -8216629 or 13344642. OLE color: 13344642.

HSL color Cylindrical-coordinate representation of color #829FCB: hue angle of 216.16º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #829FCB is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 159 203 -
CMYK 0.36 0.22 0 0.20
HSL 216.16º 0.41% 0.65% -
HSV(B) 216.16º 0.36% 0.8% -
XYZ 32.38 33.85 61.33 -
YUV 155.35 154.89 109.92 -
System Red Green Blue C M Y K H S L
Decimal 130 159 203 0.36 0.22 0 0.20 216.16 0.41 0.65
Hex 82 9F CB 24 16 0 14 D8 29 41
Octal 202 237 313 44 26 0 24 330 51 101
Binary 10000010 10011111 11001011 100100 10110 0 10100 11011000 101001 1000001

Color Harmonies of #829FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FCB

Black with #829FCB

Text Example


Text Example

White with #829FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829FCB; }

 p { color: rgb(130,159,203); }

 H1.HeaderClassName
 {
   color: #829FCB;
 }
 .AnyTagClassName
 {
   color: #829FCB;
 }
</style>

background-color css

<style>
 a { background-color: #829FCB; }

 a { background-color: rgb(130,159,203); }

 div.DivClassName
 {
   background-color: #829FCB;
 }
 .BgClassName
 {
   background-color: #829FCB;
 }
</style>

border-color css

<style>
 span { border-color: #829FCB; }

 span { border-color: rgb(130,159,203); }

 td.TdClassName
 {
   border-color: #829FCB;
 }
 .TagClassName
 {
   border-color: #829FCB;
 }
</style>