Shades of Light Slate Grey #758494
Tints of Light Slate Grey #758494
RGB
CMYK
RGB Variations
Color information
#758494 (or 0x758494) is known color: Light Slate Grey. HEX triplet: 75, 84 and 94. RGB value is (117,132,148). Sum of RGB (Red+Green+Blue) = 117+132+148=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 148 - color contains mainly: blue. Hex color #758494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758494 is #8A7B6B. Grayscale: #818181. Windows color (decimal): -9075564 or 9733237. OLE color: 9733237.
HSL color Cylindrical-coordinate representation of color #758494: hue angle of 210.97º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #758494 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 132 | 148 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.42 |
| HSL | 210.97º | 0.13% | 0.52% | - |
| HSV(B) | 210.97º | 0.21% | 0.58% | - |
| XYZ | 20.93 | 22.42 | 31.24 | - |
| YUV | 129.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 148 | 0.21 | 0.11 | 0 | 0.42 | 210.97 | 0.13 | 0.52 |
| Hex | 75 | 84 | 94 | 15 | B | 0 | 2A | D3 | D | 34 |
| Octal | 165 | 204 | 224 | 25 | 13 | 0 | 52 | 323 | 15 | 64 |
| Binary | 1110101 | 10000100 | 10010100 | 10101 | 1011 | 0 | 101010 | 11010011 | 1101 | 110100 |
Color Harmonies of #758494
Complementary color
Monochromatic Colors of #758494
Black with #758494
Text Example
Text Example
White with #758494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758494; }
p { color: rgb(117,132,148); }
H1.HeaderClassName
{
color: #758494;
}
.AnyTagClassName
{
color: #758494;
}
</style>
background-color css
<style>
a { background-color: #758494; }
a { background-color: rgb(117,132,148); }
div.DivClassName
{
background-color: #758494;
}
.BgClassName
{
background-color: #758494;
}
</style>
border-color css
<style>
span { border-color: #758494; }
span { border-color: rgb(117,132,148); }
td.TdClassName
{
border-color: #758494;
}
.TagClassName
{
border-color: #758494;
}
</style>