Shades of Topaz #867F93
Tints of Topaz #867F93
RGB
CMYK
RGB Variations
Color information
#867F93 (or 0x867F93) is known color: Topaz. HEX triplet: 86, 7F and 93. RGB value is (134,127,147). Sum of RGB (Red+Green+Blue) = 134+127+147=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 147 - color contains mainly: blue. Hex color #867F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867F93 is #79806C. Grayscale: #838383. Windows color (decimal): -7962733 or 9666438. OLE color: 9666438.
HSL color Cylindrical-coordinate representation of color #867F93: hue angle of 261º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #867F93 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 127 | 147 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.42 |
| HSL | 261º | 0.08% | 0.54% | - |
| HSV(B) | 261º | 0.14% | 0.58% | - |
| XYZ | 22.69 | 22.35 | 30.72 | - |
| YUV | 131.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 147 | 0.09 | 0.14 | 0 | 0.42 | 261 | 0.08 | 0.54 |
| Hex | 86 | 7F | 93 | 9 | E | 0 | 2A | 105 | 8 | 36 |
| Octal | 206 | 177 | 223 | 11 | 16 | 0 | 52 | 405 | 10 | 66 |
| Binary | 10000110 | 1111111 | 10010011 | 1001 | 1110 | 0 | 101010 | 100000101 | 1000 | 110110 |
Color Harmonies of #867F93
Complementary color
Monochromatic Colors of #867F93
Black with #867F93
Text Example
Text Example
White with #867F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867F93; }
p { color: rgb(134,127,147); }
H1.HeaderClassName
{
color: #867F93;
}
.AnyTagClassName
{
color: #867F93;
}
</style>
background-color css
<style>
a { background-color: #867F93; }
a { background-color: rgb(134,127,147); }
div.DivClassName
{
background-color: #867F93;
}
.BgClassName
{
background-color: #867F93;
}
</style>
border-color css
<style>
span { border-color: #867F93; }
span { border-color: rgb(134,127,147); }
td.TdClassName
{
border-color: #867F93;
}
.TagClassName
{
border-color: #867F93;
}
</style>