Html Css Color HEX #809DCD Polo Blue

📋 copy color: '#809DCD'

red 128 ◦ green 157 ◦ blue 205

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

Shades of Polo Blue #809DCD

Tints of Polo Blue #809DCD

RGB

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

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

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

R = 26.12%
G = 32.04%
B = 41.84%

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

#809DCD (or 0x809DCD) is known color: Polo Blue. HEX triplet: 80, 9D and CD. RGB value is (128,157,205). Sum of RGB (Red+Green+Blue) = 128+157+205=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #809DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DCD is #7F6232. Grayscale: #999999. Windows color (decimal): -8348211 or 13475200. OLE color: 13475200.

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

Color convert

RGB 128 157 205 -
CMYK 0.38 0.23 0 0.20
HSL 217.4º 0.44% 0.65% -
HSV(B) 217.4º 0.38% 0.8% -
XYZ 31.98 33.11 62.46 -
YUV 153.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 128 157 205 0.38 0.23 0 0.20 217.4 0.44 0.65
Hex 80 9D CD 26 17 0 14 D9 2C 41
Octal 200 235 315 46 27 0 24 331 54 101
Binary 10000000 10011101 11001101 100110 10111 0 10100 11011001 101100 1000001

Color Harmonies of #809DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809DCD

Black with #809DCD

Text Example


Text Example

White with #809DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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