#849DCB

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

Shades of Polo Blue #849DCB

Tints of Polo Blue #849DCB

Color information

#849DCB (or 0x849DCB) is unknown color: approx Polo Blue. HEX triplet: 84, 9D and CB. RGB value is (132,157,203). Sum of RGB (Red+Green+Blue) = 132+157+203=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #849DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DCB is #7B6234. Grayscale: #9A9A9A. Windows color (decimal): -8086069 or 13344132. OLE color: 13344132.

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

Color convert

RGB132157203-
CMYK0.350.2300.20
HSL218.87º40.57%65.69%-
HSV(B)218.87º34.98%79.61%-
XYZ32.3533.3361.23-
YUV154.77155.22111.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.83%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 203 (79.69% from 255) = 41.26%
R=26.83%
G=31.91%
B=41.26%

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
Decimal1321572030.350.2300.20218.8740.5765.69
Hex849DCB2317014db2942
Octal204235313432702433351102
Binary10000100100111011100101110001110111010100110110111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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