#849199

Color #849199 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #849199

Tints of Light Slate Grey #849199

Color information

#849199 (or 0x849199) is unknown color: approx Light Slate Grey. HEX triplet: 84, 91 and 99. RGB value is (132,145,153). Sum of RGB (Red+Green+Blue) = 132+145+153=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 153 - color contains mainly: blue. Hex color #849199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849199 is #7B6E66. Grayscale: #8D8D8D. Windows color (decimal): -8089191 or 10064260. OLE color: 10064260.

HSL color Cylindrical-coordinate representation of color #849199: hue angle of 202.86º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #849199 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB132145153-
CMYK0.140.0500.4
HSL202.86º9.33%55.88%-
HSV(B)202.86º13.73%60%-
XYZ25.3927.4634.1-
YUV142.02134.19120.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.70%
GREEN value IS 145 (57.03% from 255) = 33.72%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=30.70%
G=33.72%
B=35.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1321451530.140.0500.4202.869.3355.88
Hex849199E5028cb938
Octal2042212311650503131170
Binary10000100100100011001100111101010101000110010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849199; }

 p { color: rgb(132,145,153); }

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

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

 a { background-color: rgb(132,145,153); }

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

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

 span { border-color: rgb(132,145,153); }

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