#849EC9

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

Shades of Polo Blue #849EC9

Tints of Polo Blue #849EC9

Color information

#849EC9 (or 0x849EC9) is unknown color: approx Polo Blue. HEX triplet: 84, 9E and C9. RGB value is (132,158,201). Sum of RGB (Red+Green+Blue) = 132+158+201=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #849EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849EC9 is #7B6136. Grayscale: #9A9A9A. Windows color (decimal): -8085815 or 13213316. OLE color: 13213316.

HSL color Cylindrical-coordinate representation of color #849EC9: hue angle of 217.39º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #849EC9 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB132158201-
CMYK0.340.2100.21
HSL217.39º38.98%65.29%-
HSV(B)217.39º34.33%78.82%-
XYZ32.2933.5860.04-
YUV155.13153.89111.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.88%
GREEN value IS 158 (62.11% from 255) = 32.18%
BLUE value IS 201 (78.91% from 255) = 40.94%
R=26.88%
G=32.18%
B=40.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1321582010.340.2100.21217.3938.9865.29
Hex849EC92215015d92741
Octal204236311422502533147101
Binary10000100100111101100100110001010101010101110110011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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