Shades of Topaz #8B8694
Tints of Topaz #8B8694
RGB
CMYK
RGB Variations
Color information
#8B8694 (or 0x8B8694) is known color: Topaz. HEX triplet: 8B, 86 and 94. RGB value is (139,134,148). Sum of RGB (Red+Green+Blue) = 139+134+148=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B8694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8694 is #74796B. Grayscale: #898989. Windows color (decimal): -7633260 or 9733771. OLE color: 9733771.
HSL color Cylindrical-coordinate representation of color #8B8694: hue angle of 261.43º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B8694 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 134 | 148 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.42 |
| HSL | 261.43º | 0.06% | 0.55% | - |
| HSV(B) | 261.43º | 0.09% | 0.58% | - |
| XYZ | 24.52 | 24.68 | 31.49 | - |
| YUV | 137.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 134 | 148 | 0.06 | 0.09 | 0 | 0.42 | 261.43 | 0.06 | 0.55 |
| Hex | 8B | 86 | 94 | 6 | 9 | 0 | 2A | 105 | 6 | 37 |
| Octal | 213 | 206 | 224 | 6 | 11 | 0 | 52 | 405 | 6 | 67 |
| Binary | 10001011 | 10000110 | 10010100 | 110 | 1001 | 0 | 101010 | 100000101 | 110 | 110111 |
Color Harmonies of #8B8694
Complementary color
Monochromatic Colors of #8B8694
Black with #8B8694
Text Example
Text Example
White with #8B8694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8694; }
p { color: rgb(139,134,148); }
H1.HeaderClassName
{
color: #8B8694;
}
.AnyTagClassName
{
color: #8B8694;
}
</style>
background-color css
<style>
a { background-color: #8B8694; }
a { background-color: rgb(139,134,148); }
div.DivClassName
{
background-color: #8B8694;
}
.BgClassName
{
background-color: #8B8694;
}
</style>
border-color css
<style>
span { border-color: #8B8694; }
span { border-color: rgb(139,134,148); }
td.TdClassName
{
border-color: #8B8694;
}
.TagClassName
{
border-color: #8B8694;
}
</style>