Shades of Topaz #867193
Tints of Topaz #867193
RGB
CMYK
RGB Variations
Color information
#867193 (or 0x867193) is known color: Topaz. HEX triplet: 86, 71 and 93. RGB value is (134,113,147). Sum of RGB (Red+Green+Blue) = 134+113+147=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 147 - color contains mainly: blue. Hex color #867193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867193 is #798E6C. Grayscale: #7B7B7B. Windows color (decimal): -7966317 or 9662854. OLE color: 9662854.
HSL color Cylindrical-coordinate representation of color #867193: hue angle of 277.06º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #867193 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 113 | 147 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.42 |
| HSL | 277.06º | 0.14% | 0.51% | - |
| HSV(B) | 277.06º | 0.23% | 0.58% | - |
| XYZ | 21 | 18.99 | 30.16 | - |
| YUV | 123.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 147 | 0.09 | 0.23 | 0 | 0.42 | 277.06 | 0.14 | 0.51 |
| Hex | 86 | 71 | 93 | 9 | 17 | 0 | 2A | 115 | E | 33 |
| Octal | 206 | 161 | 223 | 11 | 27 | 0 | 52 | 425 | 16 | 63 |
| Binary | 10000110 | 1110001 | 10010011 | 1001 | 10111 | 0 | 101010 | 100010101 | 1110 | 110011 |
Color Harmonies of #867193
Complementary color
Monochromatic Colors of #867193
Black with #867193
Text Example
Text Example
White with #867193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867193; }
p { color: rgb(134,113,147); }
H1.HeaderClassName
{
color: #867193;
}
.AnyTagClassName
{
color: #867193;
}
</style>
background-color css
<style>
a { background-color: #867193; }
a { background-color: rgb(134,113,147); }
div.DivClassName
{
background-color: #867193;
}
.BgClassName
{
background-color: #867193;
}
</style>
border-color css
<style>
span { border-color: #867193; }
span { border-color: rgb(134,113,147); }
td.TdClassName
{
border-color: #867193;
}
.TagClassName
{
border-color: #867193;
}
</style>