Shades of Light Slate Grey #74879A
Tints of Light Slate Grey #74879A
RGB
CMYK
RGB Variations
Color information
#74879A (or 0x74879A) is known color: Light Slate Grey. HEX triplet: 74, 87 and 9A. RGB value is (116,135,154). Sum of RGB (Red+Green+Blue) = 116+135+154=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 154 - color contains mainly: blue. Hex color #74879A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74879A is #8B7865. Grayscale: #838383. Windows color (decimal): -9140326 or 10127220. OLE color: 10127220.
HSL color Cylindrical-coordinate representation of color #74879A: hue angle of 210º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74879A is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 135 | 154 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.40 |
| HSL | 210º | 0.16% | 0.53% | - |
| HSV(B) | 210º | 0.25% | 0.6% | - |
| XYZ | 21.7 | 23.37 | 33.94 | - |
| YUV | 131.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 154 | 0.25 | 0.12 | 0 | 0.40 | 210 | 0.16 | 0.53 |
| Hex | 74 | 87 | 9A | 19 | C | 0 | 28 | D2 | 10 | 35 |
| Octal | 164 | 207 | 232 | 31 | 14 | 0 | 50 | 322 | 20 | 65 |
| Binary | 1110100 | 10000111 | 10011010 | 11001 | 1100 | 0 | 101000 | 11010010 | 10000 | 110101 |
Color Harmonies of #74879A
Complementary color
Monochromatic Colors of #74879A
Black with #74879A
Text Example
Text Example
White with #74879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74879A; }
p { color: rgb(116,135,154); }
H1.HeaderClassName
{
color: #74879A;
}
.AnyTagClassName
{
color: #74879A;
}
</style>
background-color css
<style>
a { background-color: #74879A; }
a { background-color: rgb(116,135,154); }
div.DivClassName
{
background-color: #74879A;
}
.BgClassName
{
background-color: #74879A;
}
</style>
border-color css
<style>
span { border-color: #74879A; }
span { border-color: rgb(116,135,154); }
td.TdClassName
{
border-color: #74879A;
}
.TagClassName
{
border-color: #74879A;
}
</style>