Shades of Light Slate Grey #74879E
Tints of Light Slate Grey #74879E
RGB
CMYK
RGB Variations
Color information
#74879E (or 0x74879E) is known color: Light Slate Grey. HEX triplet: 74, 87 and 9E. RGB value is (116,135,158). Sum of RGB (Red+Green+Blue) = 116+135+158=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 158 - color contains mainly: blue. Hex color #74879E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74879E is #8B7861. Grayscale: #838383. Windows color (decimal): -9140322 or 10389364. OLE color: 10389364.
HSL color Cylindrical-coordinate representation of color #74879E: hue angle of 212.86º 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 #74879E is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 135 | 158 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.38 |
| HSL | 212.86º | 0.18% | 0.54% | - |
| HSV(B) | 212.86º | 0.27% | 0.62% | - |
| XYZ | 22.04 | 23.51 | 35.72 | - |
| YUV | 131.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 158 | 0.27 | 0.15 | 0 | 0.38 | 212.86 | 0.18 | 0.54 |
| Hex | 74 | 87 | 9E | 1B | F | 0 | 26 | D5 | 12 | 36 |
| Octal | 164 | 207 | 236 | 33 | 17 | 0 | 46 | 325 | 22 | 66 |
| Binary | 1110100 | 10000111 | 10011110 | 11011 | 1111 | 0 | 100110 | 11010101 | 10010 | 110110 |
Color Harmonies of #74879E
Complementary color
Monochromatic Colors of #74879E
Black with #74879E
Text Example
Text Example
White with #74879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74879E; }
p { color: rgb(116,135,158); }
H1.HeaderClassName
{
color: #74879E;
}
.AnyTagClassName
{
color: #74879E;
}
</style>
background-color css
<style>
a { background-color: #74879E; }
a { background-color: rgb(116,135,158); }
div.DivClassName
{
background-color: #74879E;
}
.BgClassName
{
background-color: #74879E;
}
</style>
border-color css
<style>
span { border-color: #74879E; }
span { border-color: rgb(116,135,158); }
td.TdClassName
{
border-color: #74879E;
}
.TagClassName
{
border-color: #74879E;
}
</style>