Shades of Grey Suit #8B849D
Tints of Grey Suit #8B849D
RGB
CMYK
RGB Variations
Color information
#8B849D (or 0x8B849D) is known color: Grey Suit. HEX triplet: 8B, 84 and 9D. RGB value is (139,132,157). Sum of RGB (Red+Green+Blue) = 139+132+157=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B849D is #747B62. Grayscale: #888888. Windows color (decimal): -7633763 or 10323083. OLE color: 10323083.
HSL color Cylindrical-coordinate representation of color #8B849D: hue angle of 256.8º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B849D is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 132 | 157 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.38 |
| HSL | 256.8º | 0.11% | 0.57% | - |
| HSV(B) | 256.8º | 0.16% | 0.62% | - |
| XYZ | 24.98 | 24.43 | 35.3 | - |
| YUV | 136.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 157 | 0.11 | 0.16 | 0 | 0.38 | 256.8 | 0.11 | 0.57 |
| Hex | 8B | 84 | 9D | B | 10 | 0 | 26 | 101 | B | 39 |
| Octal | 213 | 204 | 235 | 13 | 20 | 0 | 46 | 401 | 13 | 71 |
| Binary | 10001011 | 10000100 | 10011101 | 1011 | 10000 | 0 | 100110 | 100000001 | 1011 | 111001 |
Color Harmonies of #8B849D
Complementary color
Monochromatic Colors of #8B849D
Black with #8B849D
Text Example
Text Example
White with #8B849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B849D; }
p { color: rgb(139,132,157); }
H1.HeaderClassName
{
color: #8B849D;
}
.AnyTagClassName
{
color: #8B849D;
}
</style>
background-color css
<style>
a { background-color: #8B849D; }
a { background-color: rgb(139,132,157); }
div.DivClassName
{
background-color: #8B849D;
}
.BgClassName
{
background-color: #8B849D;
}
</style>
border-color css
<style>
span { border-color: #8B849D; }
span { border-color: rgb(139,132,157); }
td.TdClassName
{
border-color: #8B849D;
}
.TagClassName
{
border-color: #8B849D;
}
</style>