Shades of Topaz #8B8495
Tints of Topaz #8B8495
RGB
CMYK
RGB Variations
Color information
#8B8495 (or 0x8B8495) is known color: Topaz. HEX triplet: 8B, 84 and 95. RGB value is (139,132,149). Sum of RGB (Red+Green+Blue) = 139+132+149=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B8495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8495 is #747B6A. Grayscale: #878787. Windows color (decimal): -7633771 or 9798795. OLE color: 9798795.
HSL color Cylindrical-coordinate representation of color #8B8495: hue angle of 264.71º 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 #8B8495 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 132 | 149 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.42 |
| HSL | 264.71º | 0.07% | 0.55% | - |
| HSV(B) | 264.71º | 0.11% | 0.58% | - |
| XYZ | 24.32 | 24.16 | 31.82 | - |
| YUV | 136.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 149 | 0.07 | 0.11 | 0 | 0.42 | 264.71 | 0.07 | 0.55 |
| Hex | 8B | 84 | 95 | 7 | B | 0 | 2A | 109 | 7 | 37 |
| Octal | 213 | 204 | 225 | 7 | 13 | 0 | 52 | 411 | 7 | 67 |
| Binary | 10001011 | 10000100 | 10010101 | 111 | 1011 | 0 | 101010 | 100001001 | 111 | 110111 |
Color Harmonies of #8B8495
Complementary color
Monochromatic Colors of #8B8495
Black with #8B8495
Text Example
Text Example
White with #8B8495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8495; }
p { color: rgb(139,132,149); }
H1.HeaderClassName
{
color: #8B8495;
}
.AnyTagClassName
{
color: #8B8495;
}
</style>
background-color css
<style>
a { background-color: #8B8495; }
a { background-color: rgb(139,132,149); }
div.DivClassName
{
background-color: #8B8495;
}
.BgClassName
{
background-color: #8B8495;
}
</style>
border-color css
<style>
span { border-color: #8B8495; }
span { border-color: rgb(139,132,149); }
td.TdClassName
{
border-color: #8B8495;
}
.TagClassName
{
border-color: #8B8495;
}
</style>