Shades of Slate Grey #747D92
Tints of Slate Grey #747D92
RGB
CMYK
RGB Variations
Color information
#747D92 (or 0x747D92) is known color: Slate Grey. HEX triplet: 74, 7D and 92. RGB value is (116,125,146). Sum of RGB (Red+Green+Blue) = 116+125+146=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 146 - color contains mainly: blue. Hex color #747D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747D92 is #8B826D. Grayscale: #7C7C7C. Windows color (decimal): -9142894 or 9600372. OLE color: 9600372.
HSL color Cylindrical-coordinate representation of color #747D92: hue angle of 222º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #747D92 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 125 | 146 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.43 |
| HSL | 222º | 0.12% | 0.51% | - |
| HSV(B) | 222º | 0.21% | 0.57% | - |
| XYZ | 19.72 | 20.46 | 30.1 | - |
| YUV | 124.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 146 | 0.21 | 0.14 | 0 | 0.43 | 222 | 0.12 | 0.51 |
| Hex | 74 | 7D | 92 | 15 | E | 0 | 2B | DE | C | 33 |
| Octal | 164 | 175 | 222 | 25 | 16 | 0 | 53 | 336 | 14 | 63 |
| Binary | 1110100 | 1111101 | 10010010 | 10101 | 1110 | 0 | 101011 | 11011110 | 1100 | 110011 |
Color Harmonies of #747D92
Complementary color
Monochromatic Colors of #747D92
Black with #747D92
Text Example
Text Example
White with #747D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747D92; }
p { color: rgb(116,125,146); }
H1.HeaderClassName
{
color: #747D92;
}
.AnyTagClassName
{
color: #747D92;
}
</style>
background-color css
<style>
a { background-color: #747D92; }
a { background-color: rgb(116,125,146); }
div.DivClassName
{
background-color: #747D92;
}
.BgClassName
{
background-color: #747D92;
}
</style>
border-color css
<style>
span { border-color: #747D92; }
span { border-color: rgb(116,125,146); }
td.TdClassName
{
border-color: #747D92;
}
.TagClassName
{
border-color: #747D92;
}
</style>