Html Css Color HEX #809BBE Polo Blue

📋 copy color: '#809BBE'

red 128 ◦ green 155 ◦ blue 190

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

Shades of Polo Blue #809BBE

Tints of Polo Blue #809BBE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.77%

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

R = 27.06%
G = 32.77%
B = 40.17%

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

#809BBE (or 0x809BBE) is known color: Polo Blue. HEX triplet: 80, 9B and BE. RGB value is (128,155,190). Sum of RGB (Red+Green+Blue) = 128+155+190=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #809BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BBE is #7F6441. Grayscale: #969696. Windows color (decimal): -8348738 or 12491648. OLE color: 12491648.

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

Color convert

RGB 128 155 190 -
CMYK 0.33 0.18 0 0.25
HSL 213.87º 0.32% 0.62% -
HSV(B) 213.87º 0.33% 0.75% -
XYZ 29.92 31.75 53.27 -
YUV 150.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 128 155 190 0.33 0.18 0 0.25 213.87 0.32 0.62
Hex 80 9B BE 21 12 0 19 D6 20 3E
Octal 200 233 276 41 22 0 31 326 40 76
Binary 10000000 10011011 10111110 100001 10010 0 11001 11010110 100000 111110

Color Harmonies of #809BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809BBE

Black with #809BBE

Text Example


Text Example

White with #809BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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