Shades of Light Slate Grey #74859D
Tints of Light Slate Grey #74859D
RGB
CMYK
RGB Variations
Color information
#74859D (or 0x74859D) is known color: Light Slate Grey. HEX triplet: 74, 85 and 9D. RGB value is (116,133,157). Sum of RGB (Red+Green+Blue) = 116+133+157=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #74859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74859D is #8B7A62. Grayscale: #828282. Windows color (decimal): -9140835 or 10323316. OLE color: 10323316.
HSL color Cylindrical-coordinate representation of color #74859D: hue angle of 215.12º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74859D is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 133 | 157 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.38 |
| HSL | 215.12º | 0.17% | 0.54% | - |
| HSV(B) | 215.12º | 0.26% | 0.62% | - |
| XYZ | 21.68 | 22.92 | 35.18 | - |
| YUV | 130.65 | 142.87 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 157 | 0.26 | 0.15 | 0 | 0.38 | 215.12 | 0.17 | 0.54 |
| Hex | 74 | 85 | 9D | 1A | F | 0 | 26 | D7 | 11 | 36 |
| Octal | 164 | 205 | 235 | 32 | 17 | 0 | 46 | 327 | 21 | 66 |
| Binary | 1110100 | 10000101 | 10011101 | 11010 | 1111 | 0 | 100110 | 11010111 | 10001 | 110110 |
Color Harmonies of #74859D
Complementary color
Monochromatic Colors of #74859D
Black with #74859D
Text Example
Text Example
White with #74859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74859D; }
p { color: rgb(116,133,157); }
H1.HeaderClassName
{
color: #74859D;
}
.AnyTagClassName
{
color: #74859D;
}
</style>
background-color css
<style>
a { background-color: #74859D; }
a { background-color: rgb(116,133,157); }
div.DivClassName
{
background-color: #74859D;
}
.BgClassName
{
background-color: #74859D;
}
</style>
border-color css
<style>
span { border-color: #74859D; }
span { border-color: rgb(116,133,157); }
td.TdClassName
{
border-color: #74859D;
}
.TagClassName
{
border-color: #74859D;
}
</style>