Html Css Color HEX #819DC9 Polo Blue

📋 copy color: '#819DC9'

red 129 ◦ green 157 ◦ blue 201

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

Shades of Polo Blue #819DC9

Tints of Polo Blue #819DC9

RGB

 RED value IS 129 (50.78% from 255) = 26.49%

 GREEN value IS 157 (61.72% from 255) = 32.24%

 BLUE value IS 201 (78.91% from 255) = 41.27%

R = 26.49%
G = 32.24%
B = 41.27%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#819DC9 (or 0x819DC9) is known color: Polo Blue. HEX triplet: 81, 9D and C9. RGB value is (129,157,201). Sum of RGB (Red+Green+Blue) = 129+157+201=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 201 - color contains mainly: blue. Hex color #819DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DC9 is #7E6236. Grayscale: #999999. Windows color (decimal): -8282679 or 13213057. OLE color: 13213057.

HSL color Cylindrical-coordinate representation of color #819DC9: hue angle of 216.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #819DC9 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 129 157 201 -
CMYK 0.36 0.22 0 0.21
HSL 216.67º 0.4% 0.65% -
HSV(B) 216.67º 0.36% 0.79% -
XYZ 31.65 33 59.96 -
YUV 153.64 154.72 110.42 -
System Red Green Blue C M Y K H S L
Decimal 129 157 201 0.36 0.22 0 0.21 216.67 0.4 0.65
Hex 81 9D C9 24 16 0 15 D9 28 41
Octal 201 235 311 44 26 0 25 331 50 101
Binary 10000001 10011101 11001001 100100 10110 0 10101 11011001 101000 1000001

Color Harmonies of #819DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819DC9

Black with #819DC9

Text Example


Text Example

White with #819DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819DC9; }

 p { color: rgb(129,157,201); }

 H1.HeaderClassName
 {
   color: #819DC9;
 }
 .AnyTagClassName
 {
   color: #819DC9;
 }
</style>

background-color css

<style>
 a { background-color: #819DC9; }

 a { background-color: rgb(129,157,201); }

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

border-color css

<style>
 span { border-color: #819DC9; }

 span { border-color: rgb(129,157,201); }

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