Html Css Color HEX #819CCC Polo Blue

📋 copy color: '#819CCC'

red 129 ◦ green 156 ◦ blue 204

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

Shades of Polo Blue #819CCC

Tints of Polo Blue #819CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.9%

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 26.38%
G = 31.9%
B = 41.72%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#819CCC (or 0x819CCC) is known color: Polo Blue. HEX triplet: 81, 9C and CC. RGB value is (129,156,204). Sum of RGB (Red+Green+Blue) = 129+156+204=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #819CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CCC is #7E6333. Grayscale: #999999. Windows color (decimal): -8282932 or 13409409. OLE color: 13409409.

HSL color Cylindrical-coordinate representation of color #819CCC: hue angle of 218.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #819CCC is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 156 204 -
CMYK 0.37 0.24 0 0.2
HSL 218.4º 0.42% 0.65% -
HSV(B) 218.4º 0.37% 0.8% -
XYZ 31.84 32.8 61.78 -
YUV 153.4 156.55 110.6 -
System Red Green Blue C M Y K H S L
Decimal 129 156 204 0.37 0.24 0 0.2 218.4 0.42 0.65
Hex 81 9C CC 25 18 0 14 DA 2A 41
Octal 201 234 314 45 30 0 24 332 52 101
Binary 10000001 10011100 11001100 100101 11000 0 10100 11011010 101010 1000001

Color Harmonies of #819CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819CCC

Black with #819CCC

Text Example


Text Example

White with #819CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,156,204); }

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

background-color css

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

 a { background-color: rgb(129,156,204); }

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

border-color css

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

 span { border-color: rgb(129,156,204); }

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