Shades of Light Slate Grey #74879C
Tints of Light Slate Grey #74879C
RGB
CMYK
RGB Variations
Color information
#74879C (or 0x74879C) is known color: Light Slate Grey. HEX triplet: 74, 87 and 9C. RGB value is (116,135,156). Sum of RGB (Red+Green+Blue) = 116+135+156=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #74879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74879C is #8B7863. Grayscale: #838383. Windows color (decimal): -9140324 or 10258292. OLE color: 10258292.
HSL color Cylindrical-coordinate representation of color #74879C: hue angle of 211.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74879C is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 135 | 156 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.39 |
| HSL | 211.5º | 0.17% | 0.53% | - |
| HSV(B) | 211.5º | 0.26% | 0.61% | - |
| XYZ | 21.87 | 23.44 | 34.82 | - |
| YUV | 131.71 | 141.71 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 156 | 0.26 | 0.13 | 0 | 0.39 | 211.5 | 0.17 | 0.53 |
| Hex | 74 | 87 | 9C | 1A | D | 0 | 27 | D4 | 11 | 35 |
| Octal | 164 | 207 | 234 | 32 | 15 | 0 | 47 | 324 | 21 | 65 |
| Binary | 1110100 | 10000111 | 10011100 | 11010 | 1101 | 0 | 100111 | 11010100 | 10001 | 110101 |
Color Harmonies of #74879C
Complementary color
Monochromatic Colors of #74879C
Black with #74879C
Text Example
Text Example
White with #74879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74879C; }
p { color: rgb(116,135,156); }
H1.HeaderClassName
{
color: #74879C;
}
.AnyTagClassName
{
color: #74879C;
}
</style>
background-color css
<style>
a { background-color: #74879C; }
a { background-color: rgb(116,135,156); }
div.DivClassName
{
background-color: #74879C;
}
.BgClassName
{
background-color: #74879C;
}
</style>
border-color css
<style>
span { border-color: #74879C; }
span { border-color: rgb(116,135,156); }
td.TdClassName
{
border-color: #74879C;
}
.TagClassName
{
border-color: #74879C;
}
</style>