#849DCD

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

Shades of Polo Blue #849DCD

Tints of Polo Blue #849DCD

Color information

#849DCD (or 0x849DCD) is unknown color: approx Polo Blue. HEX triplet: 84, 9D and CD. RGB value is (132,157,205). Sum of RGB (Red+Green+Blue) = 132+157+205=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #849DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DCD is #7B6232. Grayscale: #9A9A9A. Windows color (decimal): -8086067 or 13475204. OLE color: 13475204.

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

Color convert

RGB132157205-
CMYK0.360.2300.20
HSL219.45º42.2%66.08%-
HSV(B)219.45º35.61%80.39%-
XYZ32.5933.4362.49-
YUV155156.22111.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.72%
GREEN value IS 157 (61.72% from 255) = 31.78%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=26.72%
G=31.78%
B=41.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321572050.360.2300.20219.4542.266.08
Hex849DCD2417014db2a42
Octal204235315442702433352102
Binary10000100100111011100110110010010111010100110110111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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