Html Css Color HEX #809DD5 Polo Blue

📋 copy color: '#809DD5'

red 128 ◦ green 157 ◦ blue 213

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

Shades of Polo Blue #809DD5

Tints of Polo Blue #809DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.77%

R = 25.7%
G = 31.53%
B = 42.77%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#809DD5 (or 0x809DD5) is known color: Polo Blue. HEX triplet: 80, 9D and D5. RGB value is (128,157,213). Sum of RGB (Red+Green+Blue) = 128+157+213=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #809DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DD5 is #7F622A. Grayscale: #9A9A9A. Windows color (decimal): -8348203 or 13999488. OLE color: 13999488.

HSL color Cylindrical-coordinate representation of color #809DD5: hue angle of 219.53º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #809DD5 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 157 213 -
CMYK 0.40 0.26 0 0.16
HSL 219.53º 0.5% 0.67% -
HSV(B) 219.53º 0.4% 0.84% -
XYZ 32.97 33.51 67.68 -
YUV 154.71 160.89 108.95 -
System Red Green Blue C M Y K H S L
Decimal 128 157 213 0.40 0.26 0 0.16 219.53 0.5 0.67
Hex 80 9D D5 28 1A 0 10 DC 32 43
Octal 200 235 325 50 32 0 20 334 62 103
Binary 10000000 10011101 11010101 101000 11010 0 10000 11011100 110010 1000011

Color Harmonies of #809DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809DD5

Black with #809DD5

Text Example


Text Example

White with #809DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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