#849ED4

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

Shades of Polo Blue #849ED4

Tints of Polo Blue #849ED4

Color information

#849ED4 (or 0x849ED4) is unknown color: approx Polo Blue. HEX triplet: 84, 9E and D4. RGB value is (132,158,212). Sum of RGB (Red+Green+Blue) = 132+158+212=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 212 - color contains mainly: blue. Hex color #849ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ED4 is #7B612B. Grayscale: #9C9C9C. Windows color (decimal): -8085804 or 13934212. OLE color: 13934212.

HSL color Cylindrical-coordinate representation of color #849ED4: hue angle of 220.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #849ED4 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB132158212-
CMYK0.380.2500.17
HSL220.5º48.19%67.45%-
HSV(B)220.5º37.74%83.14%-
XYZ33.6334.1167.1-
YUV156.38159.39110.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.29%
GREEN value IS 158 (62.11% from 255) = 31.47%
BLUE value IS 212 (83.20% from 255) = 42.23%
R=26.29%
G=31.47%
B=42.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1321582120.380.2500.17220.548.1967.45
Hex849ED42619011dc3043
Octal204236324463102133460103
Binary10000100100111101101010010011011001010001110111001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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