Shades of Slate Grey #747E8D
Tints of Slate Grey #747E8D
RGB
CMYK
RGB Variations
Color information
#747E8D (or 0x747E8D) is known color: Slate Grey. HEX triplet: 74, 7E and 8D. RGB value is (116,126,141). Sum of RGB (Red+Green+Blue) = 116+126+141=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 141 - color contains mainly: blue. Hex color #747E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747E8D is #8B8172. Grayscale: #7C7C7C. Windows color (decimal): -9142643 or 9272948. OLE color: 9272948.
HSL color Cylindrical-coordinate representation of color #747E8D: hue angle of 216º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #747E8D is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 126 | 141 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.45 |
| HSL | 216º | 0.1% | 0.5% | - |
| HSV(B) | 216º | 0.18% | 0.55% | - |
| XYZ | 19.47 | 20.56 | 28.14 | - |
| YUV | 124.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 141 | 0.18 | 0.11 | 0 | 0.45 | 216 | 0.1 | 0.5 |
| Hex | 74 | 7E | 8D | 12 | B | 0 | 2D | D8 | A | 32 |
| Octal | 164 | 176 | 215 | 22 | 13 | 0 | 55 | 330 | 12 | 62 |
| Binary | 1110100 | 1111110 | 10001101 | 10010 | 1011 | 0 | 101101 | 11011000 | 1010 | 110010 |
Color Harmonies of #747E8D
Complementary color
Monochromatic Colors of #747E8D
Black with #747E8D
Text Example
Text Example
White with #747E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747E8D; }
p { color: rgb(116,126,141); }
H1.HeaderClassName
{
color: #747E8D;
}
.AnyTagClassName
{
color: #747E8D;
}
</style>
background-color css
<style>
a { background-color: #747E8D; }
a { background-color: rgb(116,126,141); }
div.DivClassName
{
background-color: #747E8D;
}
.BgClassName
{
background-color: #747E8D;
}
</style>
border-color css
<style>
span { border-color: #747E8D; }
span { border-color: rgb(116,126,141); }
td.TdClassName
{
border-color: #747E8D;
}
.TagClassName
{
border-color: #747E8D;
}
</style>