Shades of Topaz #8B8491
Tints of Topaz #8B8491
RGB
CMYK
RGB Variations
Color information
#8B8491 (or 0x8B8491) is known color: Topaz. HEX triplet: 8B, 84 and 91. RGB value is (139,132,145). Sum of RGB (Red+Green+Blue) = 139+132+145=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 145 - color contains mainly: blue. Hex color #8B8491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8491 is #747B6E. Grayscale: #878787. Windows color (decimal): -7633775 or 9536651. OLE color: 9536651.
HSL color Cylindrical-coordinate representation of color #8B8491: hue angle of 272.31º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B8491 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 132 | 145 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.43 |
| HSL | 272.31º | 0.06% | 0.54% | - |
| HSV(B) | 272.31º | 0.09% | 0.57% | - |
| XYZ | 24.01 | 24.04 | 30.16 | - |
| YUV | 135.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 145 | 0.04 | 0.09 | 0 | 0.43 | 272.31 | 0.06 | 0.54 |
| Hex | 8B | 84 | 91 | 4 | 9 | 0 | 2B | 110 | 6 | 36 |
| Octal | 213 | 204 | 221 | 4 | 11 | 0 | 53 | 420 | 6 | 66 |
| Binary | 10001011 | 10000100 | 10010001 | 100 | 1001 | 0 | 101011 | 100010000 | 110 | 110110 |
Color Harmonies of #8B8491
Complementary color
Monochromatic Colors of #8B8491
Black with #8B8491
Text Example
Text Example
White with #8B8491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8491; }
p { color: rgb(139,132,145); }
H1.HeaderClassName
{
color: #8B8491;
}
.AnyTagClassName
{
color: #8B8491;
}
</style>
background-color css
<style>
a { background-color: #8B8491; }
a { background-color: rgb(139,132,145); }
div.DivClassName
{
background-color: #8B8491;
}
.BgClassName
{
background-color: #8B8491;
}
</style>
border-color css
<style>
span { border-color: #8B8491; }
span { border-color: rgb(139,132,145); }
td.TdClassName
{
border-color: #8B8491;
}
.TagClassName
{
border-color: #8B8491;
}
</style>