Shades of Slate Grey #727F93
Tints of Slate Grey #727F93
RGB
CMYK
RGB Variations
Color information
#727F93 (or 0x727F93) is known color: Slate Grey. HEX triplet: 72, 7F and 93. RGB value is (114,127,147). Sum of RGB (Red+Green+Blue) = 114+127+147=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 147 - color contains mainly: blue. Hex color #727F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727F93 is #8D806C. Grayscale: #7D7D7D. Windows color (decimal): -9273453 or 9666418. OLE color: 9666418.
HSL color Cylindrical-coordinate representation of color #727F93: hue angle of 216.36º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #727F93 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 127 | 147 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.42 |
| HSL | 216.36º | 0.13% | 0.51% | - |
| HSV(B) | 216.36º | 0.22% | 0.58% | - |
| XYZ | 19.8 | 20.86 | 30.59 | - |
| YUV | 125.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 147 | 0.22 | 0.14 | 0 | 0.42 | 216.36 | 0.13 | 0.51 |
| Hex | 72 | 7F | 93 | 16 | E | 0 | 2A | D8 | D | 33 |
| Octal | 162 | 177 | 223 | 26 | 16 | 0 | 52 | 330 | 15 | 63 |
| Binary | 1110010 | 1111111 | 10010011 | 10110 | 1110 | 0 | 101010 | 11011000 | 1101 | 110011 |
Color Harmonies of #727F93
Complementary color
Monochromatic Colors of #727F93
Black with #727F93
Text Example
Text Example
White with #727F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727F93; }
p { color: rgb(114,127,147); }
H1.HeaderClassName
{
color: #727F93;
}
.AnyTagClassName
{
color: #727F93;
}
</style>
background-color css
<style>
a { background-color: #727F93; }
a { background-color: rgb(114,127,147); }
div.DivClassName
{
background-color: #727F93;
}
.BgClassName
{
background-color: #727F93;
}
</style>
border-color css
<style>
span { border-color: #727F93; }
span { border-color: rgb(114,127,147); }
td.TdClassName
{
border-color: #727F93;
}
.TagClassName
{
border-color: #727F93;
}
</style>