Shades of Slate Grey #747D93
Tints of Slate Grey #747D93
RGB
CMYK
RGB Variations
Color information
#747D93 (or 0x747D93) is known color: Slate Grey. HEX triplet: 74, 7D and 93. RGB value is (116,125,147). Sum of RGB (Red+Green+Blue) = 116+125+147=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 125 (49.22% from 255 or 32.22% 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 #747D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747D93 is #8B826C. Grayscale: #7C7C7C. Windows color (decimal): -9142893 or 9665908. OLE color: 9665908.
HSL color Cylindrical-coordinate representation of color #747D93: hue angle of 222.58º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #747D93 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 125 | 147 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.42 |
| HSL | 222.58º | 0.13% | 0.52% | - |
| HSV(B) | 222.58º | 0.21% | 0.58% | - |
| XYZ | 19.8 | 20.49 | 30.51 | - |
| YUV | 124.82 | 140.52 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 147 | 0.21 | 0.15 | 0 | 0.42 | 222.58 | 0.13 | 0.52 |
| Hex | 74 | 7D | 93 | 15 | F | 0 | 2A | DF | D | 34 |
| Octal | 164 | 175 | 223 | 25 | 17 | 0 | 52 | 337 | 15 | 64 |
| Binary | 1110100 | 1111101 | 10010011 | 10101 | 1111 | 0 | 101010 | 11011111 | 1101 | 110100 |
Color Harmonies of #747D93
Complementary color
Monochromatic Colors of #747D93
Black with #747D93
Text Example
Text Example
White with #747D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747D93; }
p { color: rgb(116,125,147); }
H1.HeaderClassName
{
color: #747D93;
}
.AnyTagClassName
{
color: #747D93;
}
</style>
background-color css
<style>
a { background-color: #747D93; }
a { background-color: rgb(116,125,147); }
div.DivClassName
{
background-color: #747D93;
}
.BgClassName
{
background-color: #747D93;
}
</style>
border-color css
<style>
span { border-color: #747D93; }
span { border-color: rgb(116,125,147); }
td.TdClassName
{
border-color: #747D93;
}
.TagClassName
{
border-color: #747D93;
}
</style>