Shades of Slate Grey #758295
Tints of Slate Grey #758295
RGB
CMYK
RGB Variations
Color information
#758295 (or 0x758295) is known color: Slate Grey. HEX triplet: 75, 82 and 95. RGB value is (117,130,149). Sum of RGB (Red+Green+Blue) = 117+130+149=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #758295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758295 is #8A7D6A. Grayscale: #808080. Windows color (decimal): -9076075 or 9798261. OLE color: 9798261.
HSL color Cylindrical-coordinate representation of color #758295: hue angle of 215.62º 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 #758295 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 130 | 149 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.42 |
| HSL | 215.63º | 0.13% | 0.52% | - |
| HSV(B) | 215.63º | 0.21% | 0.58% | - |
| XYZ | 20.74 | 21.92 | 31.57 | - |
| YUV | 128.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 149 | 0.21 | 0.13 | 0 | 0.42 | 215.63 | 0.13 | 0.52 |
| Hex | 75 | 82 | 95 | 15 | D | 0 | 2A | D8 | D | 34 |
| Octal | 165 | 202 | 225 | 25 | 15 | 0 | 52 | 330 | 15 | 64 |
| Binary | 1110101 | 10000010 | 10010101 | 10101 | 1101 | 0 | 101010 | 11011000 | 1101 | 110100 |
Color Harmonies of #758295
Complementary color
Monochromatic Colors of #758295
Black with #758295
Text Example
Text Example
White with #758295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758295; }
p { color: rgb(117,130,149); }
H1.HeaderClassName
{
color: #758295;
}
.AnyTagClassName
{
color: #758295;
}
</style>
background-color css
<style>
a { background-color: #758295; }
a { background-color: rgb(117,130,149); }
div.DivClassName
{
background-color: #758295;
}
.BgClassName
{
background-color: #758295;
}
</style>
border-color css
<style>
span { border-color: #758295; }
span { border-color: rgb(117,130,149); }
td.TdClassName
{
border-color: #758295;
}
.TagClassName
{
border-color: #758295;
}
</style>