Shades of Light Slate Grey #74849E
Tints of Light Slate Grey #74849E
RGB
CMYK
RGB Variations
Color information
#74849E (or 0x74849E) is known color: Light Slate Grey. HEX triplet: 74, 84 and 9E. RGB value is (116,132,158). Sum of RGB (Red+Green+Blue) = 116+132+158=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #74849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74849E is #8B7B61. Grayscale: #828282. Windows color (decimal): -9141090 or 10388596. OLE color: 10388596.
HSL color Cylindrical-coordinate representation of color #74849E: hue angle of 217.14º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74849E is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 132 | 158 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.38 |
| HSL | 217.14º | 0.18% | 0.54% | - |
| HSV(B) | 217.14º | 0.27% | 0.62% | - |
| XYZ | 21.63 | 22.68 | 35.59 | - |
| YUV | 130.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 158 | 0.27 | 0.16 | 0 | 0.38 | 217.14 | 0.18 | 0.54 |
| Hex | 74 | 84 | 9E | 1B | 10 | 0 | 26 | D9 | 12 | 36 |
| Octal | 164 | 204 | 236 | 33 | 20 | 0 | 46 | 331 | 22 | 66 |
| Binary | 1110100 | 10000100 | 10011110 | 11011 | 10000 | 0 | 100110 | 11011001 | 10010 | 110110 |
Color Harmonies of #74849E
Complementary color
Monochromatic Colors of #74849E
Black with #74849E
Text Example
Text Example
White with #74849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74849E; }
p { color: rgb(116,132,158); }
H1.HeaderClassName
{
color: #74849E;
}
.AnyTagClassName
{
color: #74849E;
}
</style>
background-color css
<style>
a { background-color: #74849E; }
a { background-color: rgb(116,132,158); }
div.DivClassName
{
background-color: #74849E;
}
.BgClassName
{
background-color: #74849E;
}
</style>
border-color css
<style>
span { border-color: #74849E; }
span { border-color: rgb(116,132,158); }
td.TdClassName
{
border-color: #74849E;
}
.TagClassName
{
border-color: #74849E;
}
</style>