#849ACB

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

Shades of Polo Blue #849ACB

Tints of Polo Blue #849ACB

Color information

#849ACB (or 0x849ACB) is unknown color: approx Polo Blue. HEX triplet: 84, 9A and CB. RGB value is (132,154,203). Sum of RGB (Red+Green+Blue) = 132+154+203=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #849ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ACB is #7B6534. Grayscale: #989898. Windows color (decimal): -8086837 or 13343364. OLE color: 13343364.

HSL color Cylindrical-coordinate representation of color #849ACB: hue angle of 221.41º 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 #849ACB is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132154203-
CMYK0.350.2400.20
HSL221.41º40.57%65.69%-
HSV(B)221.41º34.98%79.61%-
XYZ31.8532.3361.06-
YUV153.01156.21113.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.99%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 203 (79.69% from 255) = 41.51%
R=26.99%
G=31.49%
B=41.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321542030.350.2400.20221.4140.5765.69
Hex849ACB2318014dd2942
Octal204232313433002433551102
Binary10000100100110101100101110001111000010100110111011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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