Html Css Color HEX #809CBE Polo Blue

📋 copy color: '#809CBE'

red 128 ◦ green 156 ◦ blue 190

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

Shades of Polo Blue #809CBE

Tints of Polo Blue #809CBE

RGB

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

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

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

R = 27%
G = 32.91%
B = 40.08%

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

#809CBE (or 0x809CBE) is known color: Polo Blue. HEX triplet: 80, 9C and BE. RGB value is (128,156,190). Sum of RGB (Red+Green+Blue) = 128+156+190=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #809CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CBE is #7F6341. Grayscale: #979797. Windows color (decimal): -8348482 or 12491904. OLE color: 12491904.

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

Color convert

RGB 128 156 190 -
CMYK 0.33 0.18 0 0.25
HSL 212.9º 0.32% 0.62% -
HSV(B) 212.9º 0.33% 0.75% -
XYZ 30.08 32.08 53.32 -
YUV 151.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 128 156 190 0.33 0.18 0 0.25 212.9 0.32 0.62
Hex 80 9C BE 21 12 0 19 D5 20 3E
Octal 200 234 276 41 22 0 31 325 40 76
Binary 10000000 10011100 10111110 100001 10010 0 11001 11010101 100000 111110

Color Harmonies of #809CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809CBE

Black with #809CBE

Text Example


Text Example

White with #809CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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