Shades of Light Slate Grey #74869D
Tints of Light Slate Grey #74869D
RGB
CMYK
RGB Variations
Color information
#74869D (or 0x74869D) is known color: Light Slate Grey. HEX triplet: 74, 86 and 9D. RGB value is (116,134,157). Sum of RGB (Red+Green+Blue) = 116+134+157=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #74869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74869D is #8B7962. Grayscale: #838383. Windows color (decimal): -9140579 or 10323572. OLE color: 10323572.
HSL color Cylindrical-coordinate representation of color #74869D: hue angle of 213.66º 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 #74869D is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 134 | 157 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.38 |
| HSL | 213.66º | 0.17% | 0.54% | - |
| HSV(B) | 213.66º | 0.26% | 0.62% | - |
| XYZ | 21.81 | 23.2 | 35.23 | - |
| YUV | 131.24 | 142.54 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 157 | 0.26 | 0.15 | 0 | 0.38 | 213.66 | 0.17 | 0.54 |
| Hex | 74 | 86 | 9D | 1A | F | 0 | 26 | D6 | 11 | 36 |
| Octal | 164 | 206 | 235 | 32 | 17 | 0 | 46 | 326 | 21 | 66 |
| Binary | 1110100 | 10000110 | 10011101 | 11010 | 1111 | 0 | 100110 | 11010110 | 10001 | 110110 |
Color Harmonies of #74869D
Complementary color
Monochromatic Colors of #74869D
Black with #74869D
Text Example
Text Example
White with #74869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74869D; }
p { color: rgb(116,134,157); }
H1.HeaderClassName
{
color: #74869D;
}
.AnyTagClassName
{
color: #74869D;
}
</style>
background-color css
<style>
a { background-color: #74869D; }
a { background-color: rgb(116,134,157); }
div.DivClassName
{
background-color: #74869D;
}
.BgClassName
{
background-color: #74869D;
}
</style>
border-color css
<style>
span { border-color: #74869D; }
span { border-color: rgb(116,134,157); }
td.TdClassName
{
border-color: #74869D;
}
.TagClassName
{
border-color: #74869D;
}
</style>