Shades of Topaz #8B8793
Tints of Topaz #8B8793
RGB
CMYK
RGB Variations
Color information
#8B8793 (or 0x8B8793) is known color: Topaz. HEX triplet: 8B, 87 and 93. RGB value is (139,135,147). Sum of RGB (Red+Green+Blue) = 139+135+147=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 147 - color contains mainly: blue. Hex color #8B8793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8793 is #74786C. Grayscale: #898989. Windows color (decimal): -7633005 or 9668491. OLE color: 9668491.
HSL color Cylindrical-coordinate representation of color #8B8793: hue angle of 260º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8B8793 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 135 | 147 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.42 |
| HSL | 260º | 0.05% | 0.55% | - |
| HSV(B) | 260º | 0.08% | 0.58% | - |
| XYZ | 24.58 | 24.92 | 31.12 | - |
| YUV | 137.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 147 | 0.05 | 0.08 | 0 | 0.42 | 260 | 0.05 | 0.55 |
| Hex | 8B | 87 | 93 | 5 | 8 | 0 | 2A | 104 | 5 | 37 |
| Octal | 213 | 207 | 223 | 5 | 10 | 0 | 52 | 404 | 5 | 67 |
| Binary | 10001011 | 10000111 | 10010011 | 101 | 1000 | 0 | 101010 | 100000100 | 101 | 110111 |
Color Harmonies of #8B8793
Complementary color
Monochromatic Colors of #8B8793
Black with #8B8793
Text Example
Text Example
White with #8B8793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8793; }
p { color: rgb(139,135,147); }
H1.HeaderClassName
{
color: #8B8793;
}
.AnyTagClassName
{
color: #8B8793;
}
</style>
background-color css
<style>
a { background-color: #8B8793; }
a { background-color: rgb(139,135,147); }
div.DivClassName
{
background-color: #8B8793;
}
.BgClassName
{
background-color: #8B8793;
}
</style>
border-color css
<style>
span { border-color: #8B8793; }
span { border-color: rgb(139,135,147); }
td.TdClassName
{
border-color: #8B8793;
}
.TagClassName
{
border-color: #8B8793;
}
</style>