Shades of Topaz #7E7A8D
Tints of Topaz #7E7A8D
RGB
CMYK
RGB Variations
Color information
#7E7A8D (or 0x7E7A8D) is known color: Topaz. HEX triplet: 7E, 7A and 8D. RGB value is (126,122,141). Sum of RGB (Red+Green+Blue) = 126+122+141=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E7A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7A8D is #818572. Grayscale: #7D7D7D. Windows color (decimal): -8488307 or 9271934. OLE color: 9271934.
HSL color Cylindrical-coordinate representation of color #7E7A8D: hue angle of 252.63º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7E7A8D is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 126 | 122 | 141 | - |
CMYK | 0.11 | 0.13 | 0 | 0.45 |
HSL | 252.63º | 0.08% | 0.52% | - |
HSV(B) | 252.63º | 0.13% | 0.55% | - |
XYZ | 20.37 | 20.28 | 28.04 | - |
YUV | 125.36 | 136.83 | 128.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 122 | 141 | 0.11 | 0.13 | 0 | 0.45 | 252.63 | 0.08 | 0.52 |
Hex | 7E | 7A | 8D | B | D | 0 | 2D | FD | 8 | 34 |
Octal | 176 | 172 | 215 | 13 | 15 | 0 | 55 | 375 | 10 | 64 |
Binary | 1111110 | 1111010 | 10001101 | 1011 | 1101 | 0 | 101101 | 11111101 | 1000 | 110100 |
Color Harmonies of #7E7A8D
Complementary color
Monochromatic Colors of #7E7A8D
Black with #7E7A8D
Text Example
Text Example
White with #7E7A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7A8D; }
p { color: rgb(126,122,141); }
H1.HeaderClassName
{
color: #7E7A8D;
}
.AnyTagClassName
{
color: #7E7A8D;
}
</style>
background-color css
<style>
a { background-color: #7E7A8D; }
a { background-color: rgb(126,122,141); }
div.DivClassName
{
background-color: #7E7A8D;
}
.BgClassName
{
background-color: #7E7A8D;
}
</style>
border-color css
<style>
span { border-color: #7E7A8D; }
span { border-color: rgb(126,122,141); }
td.TdClassName
{
border-color: #7E7A8D;
}
.TagClassName
{
border-color: #7E7A8D;
}
</style>