Html Css Color HEX #809DCC Polo Blue

📋 copy color: '#809DCC'

red 128 ◦ green 157 ◦ blue 204

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

Shades of Polo Blue #809DCC

Tints of Polo Blue #809DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.11%

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

R = 26.18%
G = 32.11%
B = 41.72%

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

#809DCC (or 0x809DCC) is known color: Polo Blue. HEX triplet: 80, 9D and CC. RGB value is (128,157,204). Sum of RGB (Red+Green+Blue) = 128+157+204=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #809DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DCC is #7F6233. Grayscale: #999999. Windows color (decimal): -8348212 or 13409664. OLE color: 13409664.

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

Color convert

RGB 128 157 204 -
CMYK 0.37 0.23 0 0.2
HSL 217.11º 0.43% 0.65% -
HSV(B) 217.11º 0.37% 0.8% -
XYZ 31.86 33.06 61.83 -
YUV 153.69 156.39 109.68 -
System Red Green Blue C M Y K H S L
Decimal 128 157 204 0.37 0.23 0 0.2 217.11 0.43 0.65
Hex 80 9D CC 25 17 0 14 D9 2B 41
Octal 200 235 314 45 27 0 24 331 53 101
Binary 10000000 10011101 11001100 100101 10111 0 10100 11011001 101011 1000001

Color Harmonies of #809DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809DCC

Black with #809DCC

Text Example


Text Example

White with #809DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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