Shades of Topaz #7E6A94
Tints of Topaz #7E6A94
RGB
CMYK
RGB Variations
Color information
#7E6A94 (or 0x7E6A94) is known color: Topaz. HEX triplet: 7E, 6A and 94. RGB value is (126,106,148). Sum of RGB (Red+Green+Blue) = 126+106+148=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 148 - color contains mainly: blue. Hex color #7E6A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6A94 is #81956B. Grayscale: #747474. Windows color (decimal): -8492396 or 9726590. OLE color: 9726590.
HSL color Cylindrical-coordinate representation of color #7E6A94: hue angle of 268.57º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E6A94 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 106 | 148 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.42 |
| HSL | 268.57º | 0.17% | 0.5% | - |
| HSV(B) | 268.57º | 0.28% | 0.58% | - |
| XYZ | 19.1 | 16.88 | 30.27 | - |
| YUV | 116.77 | 145.63 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 106 | 148 | 0.15 | 0.28 | 0 | 0.42 | 268.57 | 0.17 | 0.5 |
| Hex | 7E | 6A | 94 | F | 1C | 0 | 2A | 10D | 11 | 32 |
| Octal | 176 | 152 | 224 | 17 | 34 | 0 | 52 | 415 | 21 | 62 |
| Binary | 1111110 | 1101010 | 10010100 | 1111 | 11100 | 0 | 101010 | 100001101 | 10001 | 110010 |
Color Harmonies of #7E6A94
Complementary color
Monochromatic Colors of #7E6A94
Black with #7E6A94
Text Example
Text Example
White with #7E6A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6A94; }
p { color: rgb(126,106,148); }
H1.HeaderClassName
{
color: #7E6A94;
}
.AnyTagClassName
{
color: #7E6A94;
}
</style>
background-color css
<style>
a { background-color: #7E6A94; }
a { background-color: rgb(126,106,148); }
div.DivClassName
{
background-color: #7E6A94;
}
.BgClassName
{
background-color: #7E6A94;
}
</style>
border-color css
<style>
span { border-color: #7E6A94; }
span { border-color: rgb(126,106,148); }
td.TdClassName
{
border-color: #7E6A94;
}
.TagClassName
{
border-color: #7E6A94;
}
</style>