Shades of Slate Grey #747E8A
Tints of Slate Grey #747E8A
RGB
CMYK
RGB Variations
Color information
#747E8A (or 0x747E8A) is known color: Slate Grey. HEX triplet: 74, 7E and 8A. RGB value is (116,126,138). Sum of RGB (Red+Green+Blue) = 116+126+138=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 138 - color contains mainly: blue. Hex color #747E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747E8A is #8B8175. Grayscale: #7C7C7C. Windows color (decimal): -9142646 or 9076340. OLE color: 9076340.
HSL color Cylindrical-coordinate representation of color #747E8A: hue angle of 212.73º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #747E8A is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 126 | 138 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.46 |
| HSL | 212.73º | 0.09% | 0.5% | - |
| HSV(B) | 212.73º | 0.16% | 0.54% | - |
| XYZ | 19.25 | 20.47 | 26.98 | - |
| YUV | 124.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 138 | 0.16 | 0.09 | 0 | 0.46 | 212.73 | 0.09 | 0.5 |
| Hex | 74 | 7E | 8A | 10 | 9 | 0 | 2E | D5 | 9 | 32 |
| Octal | 164 | 176 | 212 | 20 | 11 | 0 | 56 | 325 | 11 | 62 |
| Binary | 1110100 | 1111110 | 10001010 | 10000 | 1001 | 0 | 101110 | 11010101 | 1001 | 110010 |
Color Harmonies of #747E8A
Complementary color
Monochromatic Colors of #747E8A
Black with #747E8A
Text Example
Text Example
White with #747E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747E8A; }
p { color: rgb(116,126,138); }
H1.HeaderClassName
{
color: #747E8A;
}
.AnyTagClassName
{
color: #747E8A;
}
</style>
background-color css
<style>
a { background-color: #747E8A; }
a { background-color: rgb(116,126,138); }
div.DivClassName
{
background-color: #747E8A;
}
.BgClassName
{
background-color: #747E8A;
}
</style>
border-color css
<style>
span { border-color: #747E8A; }
span { border-color: rgb(116,126,138); }
td.TdClassName
{
border-color: #747E8A;
}
.TagClassName
{
border-color: #747E8A;
}
</style>