Shades of Topaz #7E6990
Tints of Topaz #7E6990
RGB
CMYK
RGB Variations
Color information
#7E6990 (or 0x7E6990) is known color: Topaz. HEX triplet: 7E, 69 and 90. RGB value is (126,105,144). Sum of RGB (Red+Green+Blue) = 126+105+144=375 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.6% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E6990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6990 is #81966F. Grayscale: #737373. Windows color (decimal): -8492656 or 9464190. OLE color: 9464190.
HSL color Cylindrical-coordinate representation of color #7E6990: hue angle of 272.31º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E6990 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 105 | 144 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.44 |
| HSL | 272.31º | 0.16% | 0.49% | - |
| HSV(B) | 272.31º | 0.27% | 0.56% | - |
| XYZ | 18.69 | 16.55 | 28.6 | - |
| YUV | 115.73 | 143.96 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 105 | 144 | 0.12 | 0.27 | 0 | 0.44 | 272.31 | 0.16 | 0.49 |
| Hex | 7E | 69 | 90 | C | 1B | 0 | 2C | 110 | 10 | 31 |
| Octal | 176 | 151 | 220 | 14 | 33 | 0 | 54 | 420 | 20 | 61 |
| Binary | 1111110 | 1101001 | 10010000 | 1100 | 11011 | 0 | 101100 | 100010000 | 10000 | 110001 |
Color Harmonies of #7E6990
Complementary color
Monochromatic Colors of #7E6990
Black with #7E6990
Text Example
Text Example
White with #7E6990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6990; }
p { color: rgb(126,105,144); }
H1.HeaderClassName
{
color: #7E6990;
}
.AnyTagClassName
{
color: #7E6990;
}
</style>
background-color css
<style>
a { background-color: #7E6990; }
a { background-color: rgb(126,105,144); }
div.DivClassName
{
background-color: #7E6990;
}
.BgClassName
{
background-color: #7E6990;
}
</style>
border-color css
<style>
span { border-color: #7E6990; }
span { border-color: rgb(126,105,144); }
td.TdClassName
{
border-color: #7E6990;
}
.TagClassName
{
border-color: #7E6990;
}
</style>