Shades of Slate Grey #757E8F
Tints of Slate Grey #757E8F
RGB
CMYK
RGB Variations
Color information
#757E8F (or 0x757E8F) is known color: Slate Grey. HEX triplet: 75, 7E and 8F. RGB value is (117,126,143). Sum of RGB (Red+Green+Blue) = 117+126+143=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 143 - color contains mainly: blue. Hex color #757E8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757E8F is #8A8170. Grayscale: #7D7D7D. Windows color (decimal): -9077105 or 9404021. OLE color: 9404021.
HSL color Cylindrical-coordinate representation of color #757E8F: hue angle of 219.23º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #757E8F is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 126 | 143 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.44 |
| HSL | 219.23º | 0.1% | 0.51% | - |
| HSV(B) | 219.23º | 0.18% | 0.56% | - |
| XYZ | 19.75 | 20.69 | 28.94 | - |
| YUV | 125.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 143 | 0.18 | 0.12 | 0 | 0.44 | 219.23 | 0.1 | 0.51 |
| Hex | 75 | 7E | 8F | 12 | C | 0 | 2C | DB | A | 33 |
| Octal | 165 | 176 | 217 | 22 | 14 | 0 | 54 | 333 | 12 | 63 |
| Binary | 1110101 | 1111110 | 10001111 | 10010 | 1100 | 0 | 101100 | 11011011 | 1010 | 110011 |
Color Harmonies of #757E8F
Complementary color
Monochromatic Colors of #757E8F
Black with #757E8F
Text Example
Text Example
White with #757E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757E8F; }
p { color: rgb(117,126,143); }
H1.HeaderClassName
{
color: #757E8F;
}
.AnyTagClassName
{
color: #757E8F;
}
</style>
background-color css
<style>
a { background-color: #757E8F; }
a { background-color: rgb(117,126,143); }
div.DivClassName
{
background-color: #757E8F;
}
.BgClassName
{
background-color: #757E8F;
}
</style>
border-color css
<style>
span { border-color: #757E8F; }
span { border-color: rgb(117,126,143); }
td.TdClassName
{
border-color: #757E8F;
}
.TagClassName
{
border-color: #757E8F;
}
</style>