Shades of Slate Grey #747E8B
Tints of Slate Grey #747E8B
RGB
CMYK
RGB Variations
Color information
#747E8B (or 0x747E8B) is known color: Slate Grey. HEX triplet: 74, 7E and 8B. RGB value is (116,126,139). Sum of RGB (Red+Green+Blue) = 116+126+139=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 139 - color contains mainly: blue. Hex color #747E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747E8B is #8B8174. Grayscale: #7C7C7C. Windows color (decimal): -9142645 or 9141876. OLE color: 9141876.
HSL color Cylindrical-coordinate representation of color #747E8B: hue angle of 213.91º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #747E8B is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 126 | 139 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.45 |
| HSL | 213.91º | 0.09% | 0.5% | - |
| HSV(B) | 213.91º | 0.17% | 0.55% | - |
| XYZ | 19.32 | 20.5 | 27.36 | - |
| YUV | 124.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 139 | 0.17 | 0.09 | 0 | 0.45 | 213.91 | 0.09 | 0.5 |
| Hex | 74 | 7E | 8B | 11 | 9 | 0 | 2D | D6 | 9 | 32 |
| Octal | 164 | 176 | 213 | 21 | 11 | 0 | 55 | 326 | 11 | 62 |
| Binary | 1110100 | 1111110 | 10001011 | 10001 | 1001 | 0 | 101101 | 11010110 | 1001 | 110010 |
Color Harmonies of #747E8B
Complementary color
Monochromatic Colors of #747E8B
Black with #747E8B
Text Example
Text Example
White with #747E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747E8B; }
p { color: rgb(116,126,139); }
H1.HeaderClassName
{
color: #747E8B;
}
.AnyTagClassName
{
color: #747E8B;
}
</style>
background-color css
<style>
a { background-color: #747E8B; }
a { background-color: rgb(116,126,139); }
div.DivClassName
{
background-color: #747E8B;
}
.BgClassName
{
background-color: #747E8B;
}
</style>
border-color css
<style>
span { border-color: #747E8B; }
span { border-color: rgb(116,126,139); }
td.TdClassName
{
border-color: #747E8B;
}
.TagClassName
{
border-color: #747E8B;
}
</style>