Shades of Light Slate Grey #74839E
Tints of Light Slate Grey #74839E
RGB
CMYK
RGB Variations
Color information
#74839E (or 0x74839E) is known color: Light Slate Grey. HEX triplet: 74, 83 and 9E. RGB value is (116,131,158). Sum of RGB (Red+Green+Blue) = 116+131+158=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: blue. Hex color #74839E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74839E is #8B7C61. Grayscale: #818181. Windows color (decimal): -9141346 or 10388340. OLE color: 10388340.
HSL color Cylindrical-coordinate representation of color #74839E: hue angle of 218.57º 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 #74839E is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 131 | 158 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.38 |
| HSL | 218.57º | 0.18% | 0.54% | - |
| HSV(B) | 218.57º | 0.27% | 0.62% | - |
| XYZ | 21.49 | 22.41 | 35.54 | - |
| YUV | 129.59 | 144.03 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 131 | 158 | 0.27 | 0.17 | 0 | 0.38 | 218.57 | 0.18 | 0.54 |
| Hex | 74 | 83 | 9E | 1B | 11 | 0 | 26 | DB | 12 | 36 |
| Octal | 164 | 203 | 236 | 33 | 21 | 0 | 46 | 333 | 22 | 66 |
| Binary | 1110100 | 10000011 | 10011110 | 11011 | 10001 | 0 | 100110 | 11011011 | 10010 | 110110 |
Color Harmonies of #74839E
Complementary color
Monochromatic Colors of #74839E
Black with #74839E
Text Example
Text Example
White with #74839E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74839E; }
p { color: rgb(116,131,158); }
H1.HeaderClassName
{
color: #74839E;
}
.AnyTagClassName
{
color: #74839E;
}
</style>
background-color css
<style>
a { background-color: #74839E; }
a { background-color: rgb(116,131,158); }
div.DivClassName
{
background-color: #74839E;
}
.BgClassName
{
background-color: #74839E;
}
</style>
border-color css
<style>
span { border-color: #74839E; }
span { border-color: rgb(116,131,158); }
td.TdClassName
{
border-color: #74839E;
}
.TagClassName
{
border-color: #74839E;
}
</style>