Shades of Light Slate Grey #74879D
Tints of Light Slate Grey #74879D
RGB
CMYK
RGB Variations
Color information
#74879D (or 0x74879D) is known color: Light Slate Grey. HEX triplet: 74, 87 and 9D. RGB value is (116,135,157). Sum of RGB (Red+Green+Blue) = 116+135+157=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 157 - color contains mainly: blue. Hex color #74879D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74879D is #8B7862. Grayscale: #838383. Windows color (decimal): -9140323 or 10323828. OLE color: 10323828.
HSL color Cylindrical-coordinate representation of color #74879D: hue angle of 212.2º 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 #74879D is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 135 | 157 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.38 |
| HSL | 212.2º | 0.17% | 0.54% | - |
| HSV(B) | 212.2º | 0.26% | 0.62% | - |
| XYZ | 21.95 | 23.48 | 35.27 | - |
| YUV | 131.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 157 | 0.26 | 0.14 | 0 | 0.38 | 212.2 | 0.17 | 0.54 |
| Hex | 74 | 87 | 9D | 1A | E | 0 | 26 | D4 | 11 | 36 |
| Octal | 164 | 207 | 235 | 32 | 16 | 0 | 46 | 324 | 21 | 66 |
| Binary | 1110100 | 10000111 | 10011101 | 11010 | 1110 | 0 | 100110 | 11010100 | 10001 | 110110 |
Color Harmonies of #74879D
Complementary color
Monochromatic Colors of #74879D
Black with #74879D
Text Example
Text Example
White with #74879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74879D; }
p { color: rgb(116,135,157); }
H1.HeaderClassName
{
color: #74879D;
}
.AnyTagClassName
{
color: #74879D;
}
</style>
background-color css
<style>
a { background-color: #74879D; }
a { background-color: rgb(116,135,157); }
div.DivClassName
{
background-color: #74879D;
}
.BgClassName
{
background-color: #74879D;
}
</style>
border-color css
<style>
span { border-color: #74879D; }
span { border-color: rgb(116,135,157); }
td.TdClassName
{
border-color: #74879D;
}
.TagClassName
{
border-color: #74879D;
}
</style>