#849CCA

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

Shades of Polo Blue #849CCA

Tints of Polo Blue #849CCA

Color information

#849CCA (or 0x849CCA) is unknown color: approx Polo Blue. HEX triplet: 84, 9C and CA. RGB value is (132,156,202). Sum of RGB (Red+Green+Blue) = 132+156+202=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #849CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CCA is #7B6335. Grayscale: #999999. Windows color (decimal): -8086326 or 13278340. OLE color: 13278340.

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

Color convert

RGB132156202-
CMYK0.350.2300.21
HSL219.43º39.77%65.49%-
HSV(B)219.43º34.65%79.22%-
XYZ32.0632.9560.55-
YUV154.07155.05112.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.94%
GREEN value IS 156 (61.33% from 255) = 31.84%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=26.94%
G=31.84%
B=41.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1321562020.350.2300.21219.4339.7765.49
Hex849CCA2317015db2841
Octal204234312432702533350101
Binary10000100100111001100101010001110111010101110110111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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