#849FBF

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

Shades of Polo Blue #849FBF

Tints of Polo Blue #849FBF

Color information

#849FBF (or 0x849FBF) is unknown color: approx Polo Blue. HEX triplet: 84, 9F and BF. RGB value is (132,159,191). Sum of RGB (Red+Green+Blue) = 132+159+191=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #849FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FBF is #7B6040. Grayscale: #9A9A9A. Windows color (decimal): -8085569 or 12558212. OLE color: 12558212.

HSL color Cylindrical-coordinate representation of color #849FBF: hue angle of 212.54º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #849FBF is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132159191-
CMYK0.310.1700.25
HSL212.54º31.55%63.33%-
HSV(B)212.54º30.89%74.9%-
XYZ31.3233.4654.1-
YUV154.57148.55111.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.39%
GREEN value IS 159 (62.5% from 255) = 32.99%
BLUE value IS 191 (75% from 255) = 39.63%
R=27.39%
G=32.99%
B=39.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321591910.310.1700.25212.5431.5563.33
Hex849FBF1F11019d5203f
Octal20423727737210313254077
Binary100001001001111110111111111111000101100111010101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,159,191); }

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

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

 a { background-color: rgb(132,159,191); }

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

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

 span { border-color: rgb(132,159,191); }

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