Html Css Color HEX #809ECD Polo Blue

📋 copy color: '#809ECD'

red 128 ◦ green 158 ◦ blue 205

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

Shades of Polo Blue #809ECD

Tints of Polo Blue #809ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 26.07%
G = 32.18%
B = 41.75%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#809ECD (or 0x809ECD) is known color: Polo Blue. HEX triplet: 80, 9E and CD. RGB value is (128,158,205). Sum of RGB (Red+Green+Blue) = 128+158+205=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #809ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ECD is #7F6132. Grayscale: #9A9A9A. Windows color (decimal): -8347955 or 13475456. OLE color: 13475456.

HSL color Cylindrical-coordinate representation of color #809ECD: hue angle of 216.62º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #809ECD is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 158 205 -
CMYK 0.38 0.23 0 0.20
HSL 216.62º 0.44% 0.65% -
HSV(B) 216.62º 0.38% 0.8% -
XYZ 32.15 33.45 62.52 -
YUV 154.39 156.56 109.18 -
System Red Green Blue C M Y K H S L
Decimal 128 158 205 0.38 0.23 0 0.20 216.62 0.44 0.65
Hex 80 9E CD 26 17 0 14 D9 2C 41
Octal 200 236 315 46 27 0 24 331 54 101
Binary 10000000 10011110 11001101 100110 10111 0 10100 11011001 101100 1000001

Color Harmonies of #809ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809ECD

Black with #809ECD

Text Example


Text Example

White with #809ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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