Shades of Topaz #8B8791
Tints of Topaz #8B8791
RGB
CMYK
RGB Variations
Color information
#8B8791 (or 0x8B8791) is known color: Topaz. HEX triplet: 8B, 87 and 91. RGB value is (139,135,145). Sum of RGB (Red+Green+Blue) = 139+135+145=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 145 - color contains mainly: blue. Hex color #8B8791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8791 is #74786E. Grayscale: #898989. Windows color (decimal): -7633007 or 9537419. OLE color: 9537419.
HSL color Cylindrical-coordinate representation of color #8B8791: hue angle of 264º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8B8791 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 135 | 145 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.43 |
| HSL | 264º | 0.04% | 0.55% | - |
| HSV(B) | 264º | 0.07% | 0.57% | - |
| XYZ | 24.42 | 24.86 | 30.3 | - |
| YUV | 137.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 145 | 0.04 | 0.07 | 0 | 0.43 | 264 | 0.04 | 0.55 |
| Hex | 8B | 87 | 91 | 4 | 7 | 0 | 2B | 108 | 4 | 37 |
| Octal | 213 | 207 | 221 | 4 | 7 | 0 | 53 | 410 | 4 | 67 |
| Binary | 10001011 | 10000111 | 10010001 | 100 | 111 | 0 | 101011 | 100001000 | 100 | 110111 |
Color Harmonies of #8B8791
Complementary color
Monochromatic Colors of #8B8791
Black with #8B8791
Text Example
Text Example
White with #8B8791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8791; }
p { color: rgb(139,135,145); }
H1.HeaderClassName
{
color: #8B8791;
}
.AnyTagClassName
{
color: #8B8791;
}
</style>
background-color css
<style>
a { background-color: #8B8791; }
a { background-color: rgb(139,135,145); }
div.DivClassName
{
background-color: #8B8791;
}
.BgClassName
{
background-color: #8B8791;
}
</style>
border-color css
<style>
span { border-color: #8B8791; }
span { border-color: rgb(139,135,145); }
td.TdClassName
{
border-color: #8B8791;
}
.TagClassName
{
border-color: #8B8791;
}
</style>