Shades of Slate Grey #757E8D
Tints of Slate Grey #757E8D
RGB
CMYK
RGB Variations
Color information
#757E8D (or 0x757E8D) is known color: Slate Grey. HEX triplet: 75, 7E and 8D. RGB value is (117,126,141). Sum of RGB (Red+Green+Blue) = 117+126+141=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 141 - color contains mainly: blue. Hex color #757E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757E8D is #8A8172. Grayscale: #7C7C7C. Windows color (decimal): -9077107 or 9272949. OLE color: 9272949.
HSL color Cylindrical-coordinate representation of color #757E8D: hue angle of 217.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #757E8D is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 126 | 141 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.45 |
| HSL | 217.5º | 0.1% | 0.51% | - |
| HSV(B) | 217.5º | 0.17% | 0.55% | - |
| XYZ | 19.6 | 20.63 | 28.15 | - |
| YUV | 125.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 141 | 0.17 | 0.11 | 0 | 0.45 | 217.5 | 0.1 | 0.51 |
| Hex | 75 | 7E | 8D | 11 | B | 0 | 2D | DA | A | 33 |
| Octal | 165 | 176 | 215 | 21 | 13 | 0 | 55 | 332 | 12 | 63 |
| Binary | 1110101 | 1111110 | 10001101 | 10001 | 1011 | 0 | 101101 | 11011010 | 1010 | 110011 |
Color Harmonies of #757E8D
Complementary color
Monochromatic Colors of #757E8D
Black with #757E8D
Text Example
Text Example
White with #757E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757E8D; }
p { color: rgb(117,126,141); }
H1.HeaderClassName
{
color: #757E8D;
}
.AnyTagClassName
{
color: #757E8D;
}
</style>
background-color css
<style>
a { background-color: #757E8D; }
a { background-color: rgb(117,126,141); }
div.DivClassName
{
background-color: #757E8D;
}
.BgClassName
{
background-color: #757E8D;
}
</style>
border-color css
<style>
span { border-color: #757E8D; }
span { border-color: rgb(117,126,141); }
td.TdClassName
{
border-color: #757E8D;
}
.TagClassName
{
border-color: #757E8D;
}
</style>