#849CCE

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

Shades of Polo Blue #849CCE

Tints of Polo Blue #849CCE

Color information

#849CCE (or 0x849CCE) is unknown color: approx Polo Blue. HEX triplet: 84, 9C and CE. RGB value is (132,156,206). Sum of RGB (Red+Green+Blue) = 132+156+206=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #849CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CCE is #7B6331. Grayscale: #9A9A9A. Windows color (decimal): -8086322 or 13540484. OLE color: 13540484.

HSL color Cylindrical-coordinate representation of color #849CCE: hue angle of 220.54º degrees, saturation: 0.43, 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 #849CCE is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB132156206-
CMYK0.360.2400.19
HSL220.54º43.02%66.27%-
HSV(B)220.54º35.92%80.78%-
XYZ32.5433.1463.07-
YUV154.52157.05111.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.72%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=26.72%
G=31.58%
B=41.70%

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
Decimal1321562060.360.2400.19220.5443.0266.27
Hex849CCE2418013dd2b42
Octal204234316443002333553102
Binary10000100100111001100111010010011000010011110111011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,156,206); }

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

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

 a { background-color: rgb(132,156,206); }

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

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

 span { border-color: rgb(132,156,206); }

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