Html Css Color HEX #809ECF Polo Blue

📋 copy color: '#809ECF'

red 128 ◦ green 158 ◦ blue 207

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

Shades of Polo Blue #809ECF

Tints of Polo Blue #809ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 25.96%
G = 32.05%
B = 41.99%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#809ECF (or 0x809ECF) is known color: Polo Blue. HEX triplet: 80, 9E and CF. RGB value is (128,158,207). Sum of RGB (Red+Green+Blue) = 128+158+207=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #809ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ECF is #7F6130. Grayscale: #9A9A9A. Windows color (decimal): -8347953 or 13606528. OLE color: 13606528.

HSL color Cylindrical-coordinate representation of color #809ECF: hue angle of 217.22º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #809ECF is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 158 207 -
CMYK 0.38 0.24 0 0.19
HSL 217.22º 0.45% 0.66% -
HSV(B) 217.22º 0.38% 0.81% -
XYZ 32.39 33.55 63.8 -
YUV 154.62 157.56 109.02 -
System Red Green Blue C M Y K H S L
Decimal 128 158 207 0.38 0.24 0 0.19 217.22 0.45 0.66
Hex 80 9E CF 26 18 0 13 D9 2D 42
Octal 200 236 317 46 30 0 23 331 55 102
Binary 10000000 10011110 11001111 100110 11000 0 10011 11011001 101101 1000010

Color Harmonies of #809ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809ECF

Black with #809ECF

Text Example


Text Example

White with #809ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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