#849FC3

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

Shades of Polo Blue #849FC3

Tints of Polo Blue #849FC3

Color information

#849FC3 (or 0x849FC3) is unknown color: approx Polo Blue. HEX triplet: 84, 9F and C3. RGB value is (132,159,195). Sum of RGB (Red+Green+Blue) = 132+159+195=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 195 - color contains mainly: blue. Hex color #849FC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FC3 is #7B603C. Grayscale: #9A9A9A. Windows color (decimal): -8085565 or 12820356. OLE color: 12820356.

HSL color Cylindrical-coordinate representation of color #849FC3: hue angle of 214.29º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #849FC3 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB132159195-
CMYK0.320.1800.24
HSL214.29º34.43%64.12%-
HSV(B)214.29º32.31%76.47%-
XYZ31.7633.6456.45-
YUV155.03150.55111.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.16%
GREEN value IS 159 (62.5% from 255) = 32.72%
BLUE value IS 195 (76.56% from 255) = 40.12%
R=27.16%
G=32.72%
B=40.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1321591950.320.1800.24214.2934.4364.12
Hex849FC32012018d62240
Octal204237303402203032642100
Binary10000100100111111100001110000010010011000110101101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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