Shades of Grey Suit #8B8794
Tints of Grey Suit #8B8794
RGB
CMYK
RGB Variations
Color information
#8B8794 (or 0x8B8794) is known color: Grey Suit. HEX triplet: 8B, 87 and 94. RGB value is (139,135,148). Sum of RGB (Red+Green+Blue) = 139+135+148=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B8794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8794 is #74786B. Grayscale: #898989. Windows color (decimal): -7633004 or 9734027. OLE color: 9734027.
HSL color Cylindrical-coordinate representation of color #8B8794: hue angle of 258.46º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B8794 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 135 | 148 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.42 |
| HSL | 258.46º | 0.06% | 0.55% | - |
| HSV(B) | 258.46º | 0.09% | 0.58% | - |
| XYZ | 24.66 | 24.96 | 31.53 | - |
| YUV | 137.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 148 | 0.06 | 0.09 | 0 | 0.42 | 258.46 | 0.06 | 0.55 |
| Hex | 8B | 87 | 94 | 6 | 9 | 0 | 2A | 102 | 6 | 37 |
| Octal | 213 | 207 | 224 | 6 | 11 | 0 | 52 | 402 | 6 | 67 |
| Binary | 10001011 | 10000111 | 10010100 | 110 | 1001 | 0 | 101010 | 100000010 | 110 | 110111 |
Color Harmonies of #8B8794
Complementary color
Monochromatic Colors of #8B8794
Black with #8B8794
Text Example
Text Example
White with #8B8794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8794; }
p { color: rgb(139,135,148); }
H1.HeaderClassName
{
color: #8B8794;
}
.AnyTagClassName
{
color: #8B8794;
}
</style>
background-color css
<style>
a { background-color: #8B8794; }
a { background-color: rgb(139,135,148); }
div.DivClassName
{
background-color: #8B8794;
}
.BgClassName
{
background-color: #8B8794;
}
</style>
border-color css
<style>
span { border-color: #8B8794; }
span { border-color: rgb(139,135,148); }
td.TdClassName
{
border-color: #8B8794;
}
.TagClassName
{
border-color: #8B8794;
}
</style>