Shades of Light Slate Grey #74849A
Tints of Light Slate Grey #74849A
RGB
CMYK
RGB Variations
Color information
#74849A (or 0x74849A) is known color: Light Slate Grey. HEX triplet: 74, 84 and 9A. RGB value is (116,132,154). Sum of RGB (Red+Green+Blue) = 116+132+154=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 154 - color contains mainly: blue. Hex color #74849A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74849A is #8B7B65. Grayscale: #818181. Windows color (decimal): -9141094 or 10126452. OLE color: 10126452.
HSL color Cylindrical-coordinate representation of color #74849A: hue angle of 214.74º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74849A is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 132 | 154 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.40 |
| HSL | 214.74º | 0.16% | 0.53% | - |
| HSV(B) | 214.74º | 0.25% | 0.6% | - |
| XYZ | 21.29 | 22.55 | 33.8 | - |
| YUV | 129.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 154 | 0.25 | 0.14 | 0 | 0.40 | 214.74 | 0.16 | 0.53 |
| Hex | 74 | 84 | 9A | 19 | E | 0 | 28 | D7 | 10 | 35 |
| Octal | 164 | 204 | 232 | 31 | 16 | 0 | 50 | 327 | 20 | 65 |
| Binary | 1110100 | 10000100 | 10011010 | 11001 | 1110 | 0 | 101000 | 11010111 | 10000 | 110101 |
Color Harmonies of #74849A
Complementary color
Monochromatic Colors of #74849A
Black with #74849A
Text Example
Text Example
White with #74849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74849A; }
p { color: rgb(116,132,154); }
H1.HeaderClassName
{
color: #74849A;
}
.AnyTagClassName
{
color: #74849A;
}
</style>
background-color css
<style>
a { background-color: #74849A; }
a { background-color: rgb(116,132,154); }
div.DivClassName
{
background-color: #74849A;
}
.BgClassName
{
background-color: #74849A;
}
</style>
border-color css
<style>
span { border-color: #74849A; }
span { border-color: rgb(116,132,154); }
td.TdClassName
{
border-color: #74849A;
}
.TagClassName
{
border-color: #74849A;
}
</style>