Html Css Color HEX #809ECC Polo Blue

📋 copy color: '#809ECC'

red 128 ◦ green 158 ◦ blue 204

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

Shades of Polo Blue #809ECC

Tints of Polo Blue #809ECC

RGB

 RED value IS 128 (50.39% from 255) = 26.12%

 GREEN value IS 158 (62.11% from 255) = 32.24%

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

R = 26.12%
G = 32.24%
B = 41.63%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#809ECC (or 0x809ECC) is known color: Polo Blue. HEX triplet: 80, 9E and CC. RGB value is (128,158,204). Sum of RGB (Red+Green+Blue) = 128+158+204=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #809ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ECC is #7F6133. Grayscale: #9A9A9A. Windows color (decimal): -8347956 or 13409920. OLE color: 13409920.

HSL color Cylindrical-coordinate representation of color #809ECC: hue angle of 216.32º degrees, saturation: 0.43, 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 #809ECC is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 158 204 -
CMYK 0.37 0.23 0 0.2
HSL 216.32º 0.43% 0.65% -
HSV(B) 216.32º 0.37% 0.8% -
XYZ 32.03 33.4 61.89 -
YUV 154.27 156.06 109.26 -
System Red Green Blue C M Y K H S L
Decimal 128 158 204 0.37 0.23 0 0.2 216.32 0.43 0.65
Hex 80 9E CC 25 17 0 14 D8 2B 41
Octal 200 236 314 45 27 0 24 330 53 101
Binary 10000000 10011110 11001100 100101 10111 0 10100 11011000 101011 1000001

Color Harmonies of #809ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809ECC

Black with #809ECC

Text Example


Text Example

White with #809ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809ECC; }

 p { color: rgb(128,158,204); }

 H1.HeaderClassName
 {
   color: #809ECC;
 }
 .AnyTagClassName
 {
   color: #809ECC;
 }
</style>

background-color css

<style>
 a { background-color: #809ECC; }

 a { background-color: rgb(128,158,204); }

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

border-color css

<style>
 span { border-color: #809ECC; }

 span { border-color: rgb(128,158,204); }

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