#849ECB

Color #849ECB Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #849ECB

Tints of Polo Blue #849ECB

Color information

#849ECB (or 0x849ECB) is unknown color: approx Polo Blue. HEX triplet: 84, 9E and CB. RGB value is (132,158,203). Sum of RGB (Red+Green+Blue) = 132+158+203=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #849ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ECB is #7B6134. Grayscale: #9B9B9B. Windows color (decimal): -8085813 or 13344388. OLE color: 13344388.

HSL color Cylindrical-coordinate representation of color #849ECB: hue angle of 218.03º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #849ECB is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132158203-
CMYK0.350.2200.20
HSL218.03º40.57%65.69%-
HSV(B)218.03º34.98%79.61%-
XYZ32.5233.6761.28-
YUV155.36154.89111.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.77%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 203 (79.69% from 255) = 41.18%
R=26.77%
G=32.05%
B=41.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321582030.350.2200.20218.0340.5765.69
Hex849ECB2316014da2942
Octal204236313432602433251102
Binary10000100100111101100101110001110110010100110110101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849ECB; }

 p { color: rgb(132,158,203); }

 H1.HeaderClassName
 {
   color: #849ECB;
 }
 .AnyTagClassName
 {
   color: #849ECB;
 }
</style>
background-color css

<style>
 a { background-color: #849ECB; }

 a { background-color: rgb(132,158,203); }

 div.DivClassName
 {
   background-color: #849ECB;
 }
 .BgClassName
 {
   background-color: #849ECB;
 }
</style>
border-color css

<style>
 span { border-color: #849ECB; }

 span { border-color: rgb(132,158,203); }

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