Shades of Topaz #8B8690
Tints of Topaz #8B8690
RGB
CMYK
RGB Variations
Color information
#8B8690 (or 0x8B8690) is known color: Topaz. HEX triplet: 8B, 86 and 90. RGB value is (139,134,144). Sum of RGB (Red+Green+Blue) = 139+134+144=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B8690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8690 is #74796F. Grayscale: #888888. Windows color (decimal): -7633264 or 9471627. OLE color: 9471627.
HSL color Cylindrical-coordinate representation of color #8B8690: hue angle of 270º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8B8690 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 134 | 144 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.44 |
| HSL | 270º | 0.04% | 0.55% | - |
| HSV(B) | 270º | 0.07% | 0.56% | - |
| XYZ | 24.21 | 24.55 | 29.85 | - |
| YUV | 136.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 134 | 144 | 0.03 | 0.07 | 0 | 0.44 | 270 | 0.04 | 0.55 |
| Hex | 8B | 86 | 90 | 3 | 7 | 0 | 2C | 10E | 4 | 37 |
| Octal | 213 | 206 | 220 | 3 | 7 | 0 | 54 | 416 | 4 | 67 |
| Binary | 10001011 | 10000110 | 10010000 | 11 | 111 | 0 | 101100 | 100001110 | 100 | 110111 |
Color Harmonies of #8B8690
Complementary color
Monochromatic Colors of #8B8690
Black with #8B8690
Text Example
Text Example
White with #8B8690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8690; }
p { color: rgb(139,134,144); }
H1.HeaderClassName
{
color: #8B8690;
}
.AnyTagClassName
{
color: #8B8690;
}
</style>
background-color css
<style>
a { background-color: #8B8690; }
a { background-color: rgb(139,134,144); }
div.DivClassName
{
background-color: #8B8690;
}
.BgClassName
{
background-color: #8B8690;
}
</style>
border-color css
<style>
span { border-color: #8B8690; }
span { border-color: rgb(139,134,144); }
td.TdClassName
{
border-color: #8B8690;
}
.TagClassName
{
border-color: #8B8690;
}
</style>