Shades of Slate Grey #727F94
Tints of Slate Grey #727F94
RGB
CMYK
RGB Variations
Color information
#727F94 (or 0x727F94) is known color: Slate Grey. HEX triplet: 72, 7F and 94. RGB value is (114,127,148). Sum of RGB (Red+Green+Blue) = 114+127+148=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #727F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727F94 is #8D806B. Grayscale: #7D7D7D. Windows color (decimal): -9273452 or 9731954. OLE color: 9731954.
HSL color Cylindrical-coordinate representation of color #727F94: hue angle of 217.06º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #727F94 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 127 | 148 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.42 |
| HSL | 217.06º | 0.14% | 0.51% | - |
| HSV(B) | 217.06º | 0.23% | 0.58% | - |
| XYZ | 19.87 | 20.89 | 31 | - |
| YUV | 125.51 | 140.69 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 148 | 0.23 | 0.14 | 0 | 0.42 | 217.06 | 0.14 | 0.51 |
| Hex | 72 | 7F | 94 | 17 | E | 0 | 2A | D9 | E | 33 |
| Octal | 162 | 177 | 224 | 27 | 16 | 0 | 52 | 331 | 16 | 63 |
| Binary | 1110010 | 1111111 | 10010100 | 10111 | 1110 | 0 | 101010 | 11011001 | 1110 | 110011 |
Color Harmonies of #727F94
Complementary color
Monochromatic Colors of #727F94
Black with #727F94
Text Example
Text Example
White with #727F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727F94; }
p { color: rgb(114,127,148); }
H1.HeaderClassName
{
color: #727F94;
}
.AnyTagClassName
{
color: #727F94;
}
</style>
background-color css
<style>
a { background-color: #727F94; }
a { background-color: rgb(114,127,148); }
div.DivClassName
{
background-color: #727F94;
}
.BgClassName
{
background-color: #727F94;
}
</style>
border-color css
<style>
span { border-color: #727F94; }
span { border-color: rgb(114,127,148); }
td.TdClassName
{
border-color: #727F94;
}
.TagClassName
{
border-color: #727F94;
}
</style>