Shades of Regent Grey #7F9093
Tints of Regent Grey #7F9093
RGB
CMYK
RGB Variations
Color information
#7F9093 (or 0x7F9093) is known color: Regent Grey. HEX triplet: 7F, 90 and 93. RGB value is (127,144,147). Sum of RGB (Red+Green+Blue) = 127+144+147=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F9093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9093 is #806F6C. Grayscale: #8B8B8B. Windows color (decimal): -8417133 or 9670783. OLE color: 9670783.
HSL color Cylindrical-coordinate representation of color #7F9093: hue angle of 189º degrees, saturation: 0.08, 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 #7F9093 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 144 | 147 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.42 |
| HSL | 189º | 0.08% | 0.54% | - |
| HSV(B) | 189º | 0.14% | 0.58% | - |
| XYZ | 23.99 | 26.57 | 31.47 | - |
| YUV | 139.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 144 | 147 | 0.14 | 0.02 | 0 | 0.42 | 189 | 0.08 | 0.54 |
| Hex | 7F | 90 | 93 | E | 2 | 0 | 2A | BD | 8 | 36 |
| Octal | 177 | 220 | 223 | 16 | 2 | 0 | 52 | 275 | 10 | 66 |
| Binary | 1111111 | 10010000 | 10010011 | 1110 | 10 | 0 | 101010 | 10111101 | 1000 | 110110 |
Color Harmonies of #7F9093
Complementary color
Monochromatic Colors of #7F9093
Black with #7F9093
Text Example
Text Example
White with #7F9093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9093; }
p { color: rgb(127,144,147); }
H1.HeaderClassName
{
color: #7F9093;
}
.AnyTagClassName
{
color: #7F9093;
}
</style>
background-color css
<style>
a { background-color: #7F9093; }
a { background-color: rgb(127,144,147); }
div.DivClassName
{
background-color: #7F9093;
}
.BgClassName
{
background-color: #7F9093;
}
</style>
border-color css
<style>
span { border-color: #7F9093; }
span { border-color: rgb(127,144,147); }
td.TdClassName
{
border-color: #7F9093;
}
.TagClassName
{
border-color: #7F9093;
}
</style>