#849099

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

Shades of Light Slate Grey #849099

Tints of Light Slate Grey #849099

Color information

#849099 (or 0x849099) is unknown color: approx Light Slate Grey. HEX triplet: 84, 90 and 99. RGB value is (132,144,153). Sum of RGB (Red+Green+Blue) = 132+144+153=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 153 - color contains mainly: blue. Hex color #849099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849099 is #7B6F66. Grayscale: #8D8D8D. Windows color (decimal): -8089447 or 10064004. OLE color: 10064004.

HSL color Cylindrical-coordinate representation of color #849099: hue angle of 205.71º 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 #849099 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB132144153-
CMYK0.140.0600.4
HSL205.71º9.33%55.88%-
HSV(B)205.71º13.73%60%-
XYZ25.2427.1534.05-
YUV141.44134.52121.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.77%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 153 (60.16% from 255) = 35.66%
R=30.77%
G=33.57%
B=35.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1321441530.140.0600.4205.719.3355.88
Hex849099E6028ce938
Octal2042202311660503161170
Binary10000100100100001001100111101100101000110011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849099; }

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

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

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

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

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

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

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

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