Shades of Slate Grey #747F96
Tints of Slate Grey #747F96
RGB
CMYK
RGB Variations
Color information
#747F96 (or 0x747F96) is known color: Slate Grey. HEX triplet: 74, 7F and 96. RGB value is (116,127,150). Sum of RGB (Red+Green+Blue) = 116+127+150=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 150 - color contains mainly: blue. Hex color #747F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747F96 is #8B8069. Grayscale: #7E7E7E. Windows color (decimal): -9142378 or 9863028. OLE color: 9863028.
HSL color Cylindrical-coordinate representation of color #747F96: hue angle of 220.59º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #747F96 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 127 | 150 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.41 |
| HSL | 220.59º | 0.14% | 0.52% | - |
| HSV(B) | 220.59º | 0.23% | 0.59% | - |
| XYZ | 20.3 | 21.09 | 31.86 | - |
| YUV | 126.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 150 | 0.23 | 0.15 | 0 | 0.41 | 220.59 | 0.14 | 0.52 |
| Hex | 74 | 7F | 96 | 17 | F | 0 | 29 | DD | E | 34 |
| Octal | 164 | 177 | 226 | 27 | 17 | 0 | 51 | 335 | 16 | 64 |
| Binary | 1110100 | 1111111 | 10010110 | 10111 | 1111 | 0 | 101001 | 11011101 | 1110 | 110100 |
Color Harmonies of #747F96
Complementary color
Monochromatic Colors of #747F96
Black with #747F96
Text Example
Text Example
White with #747F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F96; }
p { color: rgb(116,127,150); }
H1.HeaderClassName
{
color: #747F96;
}
.AnyTagClassName
{
color: #747F96;
}
</style>
background-color css
<style>
a { background-color: #747F96; }
a { background-color: rgb(116,127,150); }
div.DivClassName
{
background-color: #747F96;
}
.BgClassName
{
background-color: #747F96;
}
</style>
border-color css
<style>
span { border-color: #747F96; }
span { border-color: rgb(116,127,150); }
td.TdClassName
{
border-color: #747F96;
}
.TagClassName
{
border-color: #747F96;
}
</style>