Shades of Light Slate Grey #75859D
Tints of Light Slate Grey #75859D
RGB
CMYK
RGB Variations
Color information
#75859D (or 0x75859D) is known color: Light Slate Grey. HEX triplet: 75, 85 and 9D. RGB value is (117,133,157). Sum of RGB (Red+Green+Blue) = 117+133+157=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #75859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75859D is #8A7A62. Grayscale: #828282. Windows color (decimal): -9075299 or 10323317. OLE color: 10323317.
HSL color Cylindrical-coordinate representation of color #75859D: hue angle of 216º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75859D is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 133 | 157 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.38 |
| HSL | 216º | 0.17% | 0.54% | - |
| HSV(B) | 216º | 0.25% | 0.62% | - |
| XYZ | 21.81 | 22.99 | 35.19 | - |
| YUV | 130.95 | 142.7 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 157 | 0.25 | 0.15 | 0 | 0.38 | 216 | 0.17 | 0.54 |
| Hex | 75 | 85 | 9D | 19 | F | 0 | 26 | D8 | 11 | 36 |
| Octal | 165 | 205 | 235 | 31 | 17 | 0 | 46 | 330 | 21 | 66 |
| Binary | 1110101 | 10000101 | 10011101 | 11001 | 1111 | 0 | 100110 | 11011000 | 10001 | 110110 |
Color Harmonies of #75859D
Complementary color
Monochromatic Colors of #75859D
Black with #75859D
Text Example
Text Example
White with #75859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75859D; }
p { color: rgb(117,133,157); }
H1.HeaderClassName
{
color: #75859D;
}
.AnyTagClassName
{
color: #75859D;
}
</style>
background-color css
<style>
a { background-color: #75859D; }
a { background-color: rgb(117,133,157); }
div.DivClassName
{
background-color: #75859D;
}
.BgClassName
{
background-color: #75859D;
}
</style>
border-color css
<style>
span { border-color: #75859D; }
span { border-color: rgb(117,133,157); }
td.TdClassName
{
border-color: #75859D;
}
.TagClassName
{
border-color: #75859D;
}
</style>