Shades of Grey Suit #8B8995
Tints of Grey Suit #8B8995
RGB
CMYK
RGB Variations
Color information
#8B8995 (or 0x8B8995) is known color: Grey Suit. HEX triplet: 8B, 89 and 95. RGB value is (139,137,149). Sum of RGB (Red+Green+Blue) = 139+137+149=425 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.71% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B8995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8995 is #74766A. Grayscale: #8A8A8A. Windows color (decimal): -7632491 or 9800075. OLE color: 9800075.
HSL color Cylindrical-coordinate representation of color #8B8995: hue angle of 250º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8B8995 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 137 | 149 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.42 |
| HSL | 250º | 0.05% | 0.56% | - |
| HSV(B) | 250º | 0.08% | 0.58% | - |
| XYZ | 25.02 | 25.55 | 32.05 | - |
| YUV | 138.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 149 | 0.07 | 0.08 | 0 | 0.42 | 250 | 0.05 | 0.56 |
| Hex | 8B | 89 | 95 | 7 | 8 | 0 | 2A | FA | 5 | 38 |
| Octal | 213 | 211 | 225 | 7 | 10 | 0 | 52 | 372 | 5 | 70 |
| Binary | 10001011 | 10001001 | 10010101 | 111 | 1000 | 0 | 101010 | 11111010 | 101 | 111000 |
Color Harmonies of #8B8995
Complementary color
Monochromatic Colors of #8B8995
Black with #8B8995
Text Example
Text Example
White with #8B8995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8995; }
p { color: rgb(139,137,149); }
H1.HeaderClassName
{
color: #8B8995;
}
.AnyTagClassName
{
color: #8B8995;
}
</style>
background-color css
<style>
a { background-color: #8B8995; }
a { background-color: rgb(139,137,149); }
div.DivClassName
{
background-color: #8B8995;
}
.BgClassName
{
background-color: #8B8995;
}
</style>
border-color css
<style>
span { border-color: #8B8995; }
span { border-color: rgb(139,137,149); }
td.TdClassName
{
border-color: #8B8995;
}
.TagClassName
{
border-color: #8B8995;
}
</style>