Html Css Color HEX #809DBF Polo Blue

📋 copy color: '#809DBF'

red 128 ◦ green 157 ◦ blue 191

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

Shades of Polo Blue #809DBF

Tints of Polo Blue #809DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.13%

R = 26.89%
G = 32.98%
B = 40.13%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#809DBF (or 0x809DBF) is known color: Polo Blue. HEX triplet: 80, 9D and BF. RGB value is (128,157,191). Sum of RGB (Red+Green+Blue) = 128+157+191=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #809DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DBF is #7F6240. Grayscale: #989898. Windows color (decimal): -8348225 or 12557696. OLE color: 12557696.

HSL color Cylindrical-coordinate representation of color #809DBF: hue angle of 212.38º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #809DBF is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 157 191 -
CMYK 0.33 0.18 0 0.25
HSL 212.38º 0.33% 0.63% -
HSV(B) 212.38º 0.33% 0.75% -
XYZ 30.36 32.46 53.96 -
YUV 152.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 128 157 191 0.33 0.18 0 0.25 212.38 0.33 0.63
Hex 80 9D BF 21 12 0 19 D4 21 3F
Octal 200 235 277 41 22 0 31 324 41 77
Binary 10000000 10011101 10111111 100001 10010 0 11001 11010100 100001 111111

Color Harmonies of #809DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809DBF

Black with #809DBF

Text Example


Text Example

White with #809DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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