#8B9199

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

Shades of Light Slate Grey #8B9199

Tints of Light Slate Grey #8B9199

Color information

#8B9199 (or 0x8B9199) is unknown color: approx Light Slate Grey. HEX triplet: 8B, 91 and 99. RGB value is (139,145,153). Sum of RGB (Red+Green+Blue) = 139+145+153=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B9199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9199 is #746E66. Grayscale: #909090. Windows color (decimal): -7630439 or 10064267. OLE color: 10064267.

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

Color convert

RGB139145153-
CMYK0.090.0500.4
HSL214.29º6.42%57.25%-
HSV(B)214.29º9.15%60%-
XYZ26.5228.0434.15-
YUV144.12133.01124.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.81%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 153 (60.16% from 255) = 35.01%
R=31.81%
G=33.18%
B=35.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1391451530.090.0500.4214.296.4257.25
Hex8B919995028d6639
Octal213221231115050326671
Binary1000101110010001100110011001101010100011010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B9199; }

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

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

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

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

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

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

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

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