Html Css Color HEX #809FBE Polo Blue

📋 copy color: '#809FBE'

red 128 ◦ green 159 ◦ blue 190

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

Shades of Polo Blue #809FBE

Tints of Polo Blue #809FBE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.33%

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 26.83%
G = 33.33%
B = 39.83%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#809FBE (or 0x809FBE) is known color: Polo Blue. HEX triplet: 80, 9F and BE. RGB value is (128,159,190). Sum of RGB (Red+Green+Blue) = 128+159+190=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #809FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809FBE is #7F6041. Grayscale: #999999. Windows color (decimal): -8347714 or 12492672. OLE color: 12492672.

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

Color convert

RGB 128 159 190 -
CMYK 0.33 0.16 0 0.25
HSL 210º 0.32% 0.62% -
HSV(B) 210º 0.33% 0.75% -
XYZ 30.59 33.1 53.49 -
YUV 153.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 128 159 190 0.33 0.16 0 0.25 210 0.32 0.62
Hex 80 9F BE 21 10 0 19 D2 20 3E
Octal 200 237 276 41 20 0 31 322 40 76
Binary 10000000 10011111 10111110 100001 10000 0 11001 11010010 100000 111110

Color Harmonies of #809FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809FBE

Black with #809FBE

Text Example


Text Example

White with #809FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,159,190); }

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

background-color css

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

 a { background-color: rgb(128,159,190); }

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

border-color css

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

 span { border-color: rgb(128,159,190); }

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