#849ECF

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

Shades of Polo Blue #849ECF

Tints of Polo Blue #849ECF

Color information

#849ECF (or 0x849ECF) is unknown color: approx Polo Blue. HEX triplet: 84, 9E and CF. RGB value is (132,158,207). Sum of RGB (Red+Green+Blue) = 132+158+207=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #849ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ECF is #7B6130. Grayscale: #9B9B9B. Windows color (decimal): -8085809 or 13606532. OLE color: 13606532.

HSL color Cylindrical-coordinate representation of color #849ECF: hue angle of 219.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #849ECF is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB132158207-
CMYK0.360.2400.19
HSL219.2º43.86%66.47%-
HSV(B)219.2º36.23%81.18%-
XYZ33.0133.8663.83-
YUV155.81156.89111.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.56%
GREEN value IS 158 (62.11% from 255) = 31.79%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=26.56%
G=31.79%
B=41.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1321582070.360.2400.19219.243.8666.47
Hex849ECF2418013db2c42
Octal204236317443002333354102
Binary10000100100111101100111110010011000010011110110111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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