Shades of Topaz #7E6894
Tints of Topaz #7E6894
RGB
CMYK
RGB Variations
Color information
#7E6894 (or 0x7E6894) is known color: Topaz. HEX triplet: 7E, 68 and 94. RGB value is (126,104,148). Sum of RGB (Red+Green+Blue) = 126+104+148=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 148 - color contains mainly: blue. Hex color #7E6894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6894 is #81976B. Grayscale: #737373. Windows color (decimal): -8492908 or 9726078. OLE color: 9726078.
HSL color Cylindrical-coordinate representation of color #7E6894: hue angle of 270º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E6894 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 104 | 148 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.42 |
| HSL | 270º | 0.17% | 0.49% | - |
| HSV(B) | 270º | 0.3% | 0.58% | - |
| XYZ | 18.9 | 16.47 | 30.2 | - |
| YUV | 115.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 104 | 148 | 0.15 | 0.30 | 0 | 0.42 | 270 | 0.17 | 0.49 |
| Hex | 7E | 68 | 94 | F | 1E | 0 | 2A | 10E | 11 | 31 |
| Octal | 176 | 150 | 224 | 17 | 36 | 0 | 52 | 416 | 21 | 61 |
| Binary | 1111110 | 1101000 | 10010100 | 1111 | 11110 | 0 | 101010 | 100001110 | 10001 | 110001 |
Color Harmonies of #7E6894
Complementary color
Monochromatic Colors of #7E6894
Black with #7E6894
Text Example
Text Example
White with #7E6894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6894; }
p { color: rgb(126,104,148); }
H1.HeaderClassName
{
color: #7E6894;
}
.AnyTagClassName
{
color: #7E6894;
}
</style>
background-color css
<style>
a { background-color: #7E6894; }
a { background-color: rgb(126,104,148); }
div.DivClassName
{
background-color: #7E6894;
}
.BgClassName
{
background-color: #7E6894;
}
</style>
border-color css
<style>
span { border-color: #7E6894; }
span { border-color: rgb(126,104,148); }
td.TdClassName
{
border-color: #7E6894;
}
.TagClassName
{
border-color: #7E6894;
}
</style>