#849ED0

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

Shades of Polo Blue #849ED0

Tints of Polo Blue #849ED0

Color information

#849ED0 (or 0x849ED0) is unknown color: approx Polo Blue. HEX triplet: 84, 9E and D0. RGB value is (132,158,208). Sum of RGB (Red+Green+Blue) = 132+158+208=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #849ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ED0 is #7B612F. Grayscale: #9B9B9B. Windows color (decimal): -8085808 or 13672068. OLE color: 13672068.

HSL color Cylindrical-coordinate representation of color #849ED0: hue angle of 219.47º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #849ED0 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB132158208-
CMYK0.370.2400.18
HSL219.47º44.71%66.67%-
HSV(B)219.47º36.54%81.57%-
XYZ33.1333.9164.47-
YUV155.93157.39110.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.51%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 208 (81.64% from 255) = 41.77%
R=26.51%
G=31.73%
B=41.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1321582080.370.2400.18219.4744.7166.67
Hex849ED02518012db2d43
Octal204236320453002233355103
Binary10000100100111101101000010010111000010010110110111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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