Shades of Light Slate Grey #74869E
Tints of Light Slate Grey #74869E
RGB
CMYK
RGB Variations
Color information
#74869E (or 0x74869E) is known color: Light Slate Grey. HEX triplet: 74, 86 and 9E. RGB value is (116,134,158). Sum of RGB (Red+Green+Blue) = 116+134+158=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 158 - color contains mainly: blue. Hex color #74869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74869E is #8B7961. Grayscale: #838383. Windows color (decimal): -9140578 or 10389108. OLE color: 10389108.
HSL color Cylindrical-coordinate representation of color #74869E: hue angle of 214.29º 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 #74869E is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 134 | 158 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.38 |
| HSL | 214.29º | 0.18% | 0.54% | - |
| HSV(B) | 214.29º | 0.27% | 0.62% | - |
| XYZ | 21.9 | 23.23 | 35.68 | - |
| YUV | 131.35 | 143.04 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 158 | 0.27 | 0.15 | 0 | 0.38 | 214.29 | 0.18 | 0.54 |
| Hex | 74 | 86 | 9E | 1B | F | 0 | 26 | D6 | 12 | 36 |
| Octal | 164 | 206 | 236 | 33 | 17 | 0 | 46 | 326 | 22 | 66 |
| Binary | 1110100 | 10000110 | 10011110 | 11011 | 1111 | 0 | 100110 | 11010110 | 10010 | 110110 |
Color Harmonies of #74869E
Complementary color
Monochromatic Colors of #74869E
Black with #74869E
Text Example
Text Example
White with #74869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74869E; }
p { color: rgb(116,134,158); }
H1.HeaderClassName
{
color: #74869E;
}
.AnyTagClassName
{
color: #74869E;
}
</style>
background-color css
<style>
a { background-color: #74869E; }
a { background-color: rgb(116,134,158); }
div.DivClassName
{
background-color: #74869E;
}
.BgClassName
{
background-color: #74869E;
}
</style>
border-color css
<style>
span { border-color: #74869E; }
span { border-color: rgb(116,134,158); }
td.TdClassName
{
border-color: #74869E;
}
.TagClassName
{
border-color: #74869E;
}
</style>