Html Css Color HEX #809FCD Polo Blue

📋 copy color: '#809FCD'

red 128 ◦ green 159 ◦ blue 205

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

Shades of Polo Blue #809FCD

Tints of Polo Blue #809FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.32%

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

R = 26.02%
G = 32.32%
B = 41.67%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#809FCD (or 0x809FCD) is known color: Polo Blue. HEX triplet: 80, 9F and CD. RGB value is (128,159,205). Sum of RGB (Red+Green+Blue) = 128+159+205=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #809FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809FCD is #7F6032. Grayscale: #9A9A9A. Windows color (decimal): -8347699 or 13475712. OLE color: 13475712.

HSL color Cylindrical-coordinate representation of color #809FCD: hue angle of 215.84º 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 #809FCD is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 159 205 -
CMYK 0.38 0.22 0 0.20
HSL 215.84º 0.44% 0.65% -
HSV(B) 215.84º 0.38% 0.8% -
XYZ 32.32 33.79 62.58 -
YUV 154.98 156.23 108.76 -
System Red Green Blue C M Y K H S L
Decimal 128 159 205 0.38 0.22 0 0.20 215.84 0.44 0.65
Hex 80 9F CD 26 16 0 14 D8 2C 41
Octal 200 237 315 46 26 0 24 330 54 101
Binary 10000000 10011111 11001101 100110 10110 0 10100 11011000 101100 1000001

Color Harmonies of #809FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809FCD

Black with #809FCD

Text Example


Text Example

White with #809FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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