Shades of Topaz #867C90
Tints of Topaz #867C90
RGB
CMYK
RGB Variations
Color information
#867C90 (or 0x867C90) is known color: Topaz. HEX triplet: 86, 7C and 90. RGB value is (134,124,144). Sum of RGB (Red+Green+Blue) = 134+124+144=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 144 - color contains mainly: blue. Hex color #867C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867C90 is #79836F. Grayscale: #818181. Windows color (decimal): -7963504 or 9469062. OLE color: 9469062.
HSL color Cylindrical-coordinate representation of color #867C90: hue angle of 270º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #867C90 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 124 | 144 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.44 |
| HSL | 270º | 0.08% | 0.53% | - |
| HSV(B) | 270º | 0.14% | 0.56% | - |
| XYZ | 22.07 | 21.5 | 29.37 | - |
| YUV | 129.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 144 | 0.07 | 0.14 | 0 | 0.44 | 270 | 0.08 | 0.53 |
| Hex | 86 | 7C | 90 | 7 | E | 0 | 2C | 10E | 8 | 35 |
| Octal | 206 | 174 | 220 | 7 | 16 | 0 | 54 | 416 | 10 | 65 |
| Binary | 10000110 | 1111100 | 10010000 | 111 | 1110 | 0 | 101100 | 100001110 | 1000 | 110101 |
Color Harmonies of #867C90
Complementary color
Monochromatic Colors of #867C90
Black with #867C90
Text Example
Text Example
White with #867C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867C90; }
p { color: rgb(134,124,144); }
H1.HeaderClassName
{
color: #867C90;
}
.AnyTagClassName
{
color: #867C90;
}
</style>
background-color css
<style>
a { background-color: #867C90; }
a { background-color: rgb(134,124,144); }
div.DivClassName
{
background-color: #867C90;
}
.BgClassName
{
background-color: #867C90;
}
</style>
border-color css
<style>
span { border-color: #867C90; }
span { border-color: rgb(134,124,144); }
td.TdClassName
{
border-color: #867C90;
}
.TagClassName
{
border-color: #867C90;
}
</style>