Html Css Color HEX #809ECE Polo Blue

📋 copy color: '#809ECE'

red 128 ◦ green 158 ◦ blue 206

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

Shades of Polo Blue #809ECE

Tints of Polo Blue #809ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.87%

R = 26.02%
G = 32.11%
B = 41.87%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#809ECE (or 0x809ECE) is known color: Polo Blue. HEX triplet: 80, 9E and CE. RGB value is (128,158,206). Sum of RGB (Red+Green+Blue) = 128+158+206=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #809ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ECE is #7F6131. Grayscale: #9A9A9A. Windows color (decimal): -8347954 or 13540992. OLE color: 13540992.

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

Color convert

RGB 128 158 206 -
CMYK 0.38 0.23 0 0.19
HSL 216.92º 0.44% 0.65% -
HSV(B) 216.92º 0.38% 0.81% -
XYZ 32.27 33.5 63.16 -
YUV 154.5 157.06 109.1 -
System Red Green Blue C M Y K H S L
Decimal 128 158 206 0.38 0.23 0 0.19 216.92 0.44 0.65
Hex 80 9E CE 26 17 0 13 D9 2C 41
Octal 200 236 316 46 27 0 23 331 54 101
Binary 10000000 10011110 11001110 100110 10111 0 10011 11011001 101100 1000001

Color Harmonies of #809ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809ECE

Black with #809ECE

Text Example


Text Example

White with #809ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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