Shades of Topaz #8B8595
Tints of Topaz #8B8595
RGB
CMYK
RGB Variations
Color information
#8B8595 (or 0x8B8595) is known color: Topaz. HEX triplet: 8B, 85 and 95. RGB value is (139,133,149). Sum of RGB (Red+Green+Blue) = 139+133+149=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B8595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8595 is #747A6A. Grayscale: #888888. Windows color (decimal): -7633515 or 9799051. OLE color: 9799051.
HSL color Cylindrical-coordinate representation of color #8B8595: hue angle of 262.5º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B8595 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 133 | 149 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.42 |
| HSL | 262.5º | 0.07% | 0.55% | - |
| HSV(B) | 262.5º | 0.11% | 0.58% | - |
| XYZ | 24.46 | 24.43 | 31.86 | - |
| YUV | 136.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 149 | 0.07 | 0.11 | 0 | 0.42 | 262.5 | 0.07 | 0.55 |
| Hex | 8B | 85 | 95 | 7 | B | 0 | 2A | 106 | 7 | 37 |
| Octal | 213 | 205 | 225 | 7 | 13 | 0 | 52 | 406 | 7 | 67 |
| Binary | 10001011 | 10000101 | 10010101 | 111 | 1011 | 0 | 101010 | 100000110 | 111 | 110111 |
Color Harmonies of #8B8595
Complementary color
Monochromatic Colors of #8B8595
Black with #8B8595
Text Example
Text Example
White with #8B8595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8595; }
p { color: rgb(139,133,149); }
H1.HeaderClassName
{
color: #8B8595;
}
.AnyTagClassName
{
color: #8B8595;
}
</style>
background-color css
<style>
a { background-color: #8B8595; }
a { background-color: rgb(139,133,149); }
div.DivClassName
{
background-color: #8B8595;
}
.BgClassName
{
background-color: #8B8595;
}
</style>
border-color css
<style>
span { border-color: #8B8595; }
span { border-color: rgb(139,133,149); }
td.TdClassName
{
border-color: #8B8595;
}
.TagClassName
{
border-color: #8B8595;
}
</style>