Shades of Regent Grey #7E9093
Tints of Regent Grey #7E9093
RGB
CMYK
RGB Variations
Color information
#7E9093 (or 0x7E9093) is known color: Regent Grey. HEX triplet: 7E, 90 and 93. RGB value is (126,144,147). Sum of RGB (Red+Green+Blue) = 126+144+147=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 147 - color contains mainly: blue. Hex color #7E9093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9093 is #816F6C. Grayscale: #8A8A8A. Windows color (decimal): -8482669 or 9670782. OLE color: 9670782.
HSL color Cylindrical-coordinate representation of color #7E9093: hue angle of 188.57º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7E9093 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 144 | 147 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.42 |
| HSL | 188.57º | 0.09% | 0.54% | - |
| HSV(B) | 188.57º | 0.14% | 0.58% | - |
| XYZ | 23.84 | 26.49 | 31.46 | - |
| YUV | 138.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 144 | 147 | 0.14 | 0.02 | 0 | 0.42 | 188.57 | 0.09 | 0.54 |
| Hex | 7E | 90 | 93 | E | 2 | 0 | 2A | BD | 9 | 36 |
| Octal | 176 | 220 | 223 | 16 | 2 | 0 | 52 | 275 | 11 | 66 |
| Binary | 1111110 | 10010000 | 10010011 | 1110 | 10 | 0 | 101010 | 10111101 | 1001 | 110110 |
Color Harmonies of #7E9093
Complementary color
Monochromatic Colors of #7E9093
Black with #7E9093
Text Example
Text Example
White with #7E9093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9093; }
p { color: rgb(126,144,147); }
H1.HeaderClassName
{
color: #7E9093;
}
.AnyTagClassName
{
color: #7E9093;
}
</style>
background-color css
<style>
a { background-color: #7E9093; }
a { background-color: rgb(126,144,147); }
div.DivClassName
{
background-color: #7E9093;
}
.BgClassName
{
background-color: #7E9093;
}
</style>
border-color css
<style>
span { border-color: #7E9093; }
span { border-color: rgb(126,144,147); }
td.TdClassName
{
border-color: #7E9093;
}
.TagClassName
{
border-color: #7E9093;
}
</style>