Shades of Topaz #7E6F8B
Tints of Topaz #7E6F8B
RGB
CMYK
RGB Variations
Color information
#7E6F8B (or 0x7E6F8B) is known color: Topaz. HEX triplet: 7E, 6F and 8B. RGB value is (126,111,139). Sum of RGB (Red+Green+Blue) = 126+111+139=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E6F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6F8B is #819074. Grayscale: #767676. Windows color (decimal): -8491125 or 9138046. OLE color: 9138046.
HSL color Cylindrical-coordinate representation of color #7E6F8B: hue angle of 272.14º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7E6F8B is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 111 | 139 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.45 |
| HSL | 272.14º | 0.11% | 0.49% | - |
| HSV(B) | 272.14º | 0.2% | 0.55% | - |
| XYZ | 18.95 | 17.67 | 26.84 | - |
| YUV | 118.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 111 | 139 | 0.09 | 0.20 | 0 | 0.45 | 272.14 | 0.11 | 0.49 |
| Hex | 7E | 6F | 8B | 9 | 14 | 0 | 2D | 110 | B | 31 |
| Octal | 176 | 157 | 213 | 11 | 24 | 0 | 55 | 420 | 13 | 61 |
| Binary | 1111110 | 1101111 | 10001011 | 1001 | 10100 | 0 | 101101 | 100010000 | 1011 | 110001 |
Color Harmonies of #7E6F8B
Complementary color
Monochromatic Colors of #7E6F8B
Black with #7E6F8B
Text Example
Text Example
White with #7E6F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6F8B; }
p { color: rgb(126,111,139); }
H1.HeaderClassName
{
color: #7E6F8B;
}
.AnyTagClassName
{
color: #7E6F8B;
}
</style>
background-color css
<style>
a { background-color: #7E6F8B; }
a { background-color: rgb(126,111,139); }
div.DivClassName
{
background-color: #7E6F8B;
}
.BgClassName
{
background-color: #7E6F8B;
}
</style>
border-color css
<style>
span { border-color: #7E6F8B; }
span { border-color: rgb(126,111,139); }
td.TdClassName
{
border-color: #7E6F8B;
}
.TagClassName
{
border-color: #7E6F8B;
}
</style>