#849CCB

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

Shades of Polo Blue #849CCB

Tints of Polo Blue #849CCB

Color information

#849CCB (or 0x849CCB) is unknown color: approx Polo Blue. HEX triplet: 84, 9C and CB. RGB value is (132,156,203). Sum of RGB (Red+Green+Blue) = 132+156+203=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #849CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CCB is #7B6334. Grayscale: #999999. Windows color (decimal): -8086325 or 13343876. OLE color: 13343876.

HSL color Cylindrical-coordinate representation of color #849CCB: hue angle of 219.72º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #849CCB is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132156203-
CMYK0.350.2300.20
HSL219.72º40.57%65.69%-
HSV(B)219.72º34.98%79.61%-
XYZ32.1832.9961.17-
YUV154.18155.55112.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.88%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 203 (79.69% from 255) = 41.34%
R=26.88%
G=31.77%
B=41.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321562030.350.2300.20219.7240.5765.69
Hex849CCB2317014dc2942
Octal204234313432702433451102
Binary10000100100111001100101110001110111010100110111001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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