Html Css Color HEX #809CBF Polo Blue

📋 copy color: '#809CBF'

red 128 ◦ green 156 ◦ blue 191

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

Shades of Polo Blue #809CBF

Tints of Polo Blue #809CBF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.84%

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

R = 26.95%
G = 32.84%
B = 40.21%

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

#809CBF (or 0x809CBF) is known color: Polo Blue. HEX triplet: 80, 9C and BF. RGB value is (128,156,191). Sum of RGB (Red+Green+Blue) = 128+156+191=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #809CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CBF is #7F6340. Grayscale: #979797. Windows color (decimal): -8348481 or 12557440. OLE color: 12557440.

HSL color Cylindrical-coordinate representation of color #809CBF: hue angle of 213.33º 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 #809CBF is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 156 191 -
CMYK 0.33 0.18 0 0.25
HSL 213.33º 0.33% 0.63% -
HSV(B) 213.33º 0.33% 0.75% -
XYZ 30.19 32.13 53.9 -
YUV 151.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 128 156 191 0.33 0.18 0 0.25 213.33 0.33 0.63
Hex 80 9C BF 21 12 0 19 D5 21 3F
Octal 200 234 277 41 22 0 31 325 41 77
Binary 10000000 10011100 10111111 100001 10010 0 11001 11010101 100001 111111

Color Harmonies of #809CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809CBF

Black with #809CBF

Text Example


Text Example

White with #809CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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