#849AC8

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

Shades of Polo Blue #849AC8

Tints of Polo Blue #849AC8

Color information

#849AC8 (or 0x849AC8) is unknown color: approx Polo Blue. HEX triplet: 84, 9A and C8. RGB value is (132,154,200). Sum of RGB (Red+Green+Blue) = 132+154+200=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #849AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849AC8 is #7B6537. Grayscale: #989898. Windows color (decimal): -8086840 or 13146756. OLE color: 13146756.

HSL color Cylindrical-coordinate representation of color #849AC8: hue angle of 220.59º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #849AC8 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB132154200-
CMYK0.340.2300.22
HSL220.59º38.2%65.1%-
HSV(B)220.59º34%78.43%-
XYZ31.532.1959.2-
YUV152.67154.71113.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.16%
GREEN value IS 154 (60.55% from 255) = 31.69%
BLUE value IS 200 (78.52% from 255) = 41.15%
R=27.16%
G=31.69%
B=41.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1321542000.340.2300.22220.5938.265.1
Hex849AC82217016dd2641
Octal204232310422702633546101
Binary10000100100110101100100010001010111010110110111011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,154,200); }

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

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

 a { background-color: rgb(132,154,200); }

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

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

 span { border-color: rgb(132,154,200); }

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