Shades of Topaz #867E90
Tints of Topaz #867E90
RGB
CMYK
RGB Variations
Color information
#867E90 (or 0x867E90) is known color: Topaz. HEX triplet: 86, 7E and 90. RGB value is (134,126,144). Sum of RGB (Red+Green+Blue) = 134+126+144=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 144 - color contains mainly: blue. Hex color #867E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867E90 is #79816F. Grayscale: #828282. Windows color (decimal): -7962992 or 9469574. OLE color: 9469574.
HSL color Cylindrical-coordinate representation of color #867E90: hue angle of 266.67º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #867E90 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 126 | 144 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.44 |
| HSL | 266.67º | 0.08% | 0.53% | - |
| HSV(B) | 266.67º | 0.13% | 0.56% | - |
| XYZ | 22.33 | 22 | 29.46 | - |
| YUV | 130.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 144 | 0.07 | 0.12 | 0 | 0.44 | 266.67 | 0.08 | 0.53 |
| Hex | 86 | 7E | 90 | 7 | C | 0 | 2C | 10B | 8 | 35 |
| Octal | 206 | 176 | 220 | 7 | 14 | 0 | 54 | 413 | 10 | 65 |
| Binary | 10000110 | 1111110 | 10010000 | 111 | 1100 | 0 | 101100 | 100001011 | 1000 | 110101 |
Color Harmonies of #867E90
Complementary color
Monochromatic Colors of #867E90
Black with #867E90
Text Example
Text Example
White with #867E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867E90; }
p { color: rgb(134,126,144); }
H1.HeaderClassName
{
color: #867E90;
}
.AnyTagClassName
{
color: #867E90;
}
</style>
background-color css
<style>
a { background-color: #867E90; }
a { background-color: rgb(134,126,144); }
div.DivClassName
{
background-color: #867E90;
}
.BgClassName
{
background-color: #867E90;
}
</style>
border-color css
<style>
span { border-color: #867E90; }
span { border-color: rgb(134,126,144); }
td.TdClassName
{
border-color: #867E90;
}
.TagClassName
{
border-color: #867E90;
}
</style>