Shades of Light Slate Grey #75859F
Tints of Light Slate Grey #75859F
RGB
CMYK
RGB Variations
Color information
#75859F (or 0x75859F) is known color: Light Slate Grey. HEX triplet: 75, 85 and 9F. RGB value is (117,133,159). Sum of RGB (Red+Green+Blue) = 117+133+159=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #75859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75859F is #8A7A60. Grayscale: #838383. Windows color (decimal): -9075297 or 10454389. OLE color: 10454389.
HSL color Cylindrical-coordinate representation of color #75859F: hue angle of 217.14º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75859F is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 133 | 159 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.38 |
| HSL | 217.14º | 0.18% | 0.54% | - |
| HSV(B) | 217.14º | 0.26% | 0.62% | - |
| XYZ | 21.98 | 23.06 | 36.09 | - |
| YUV | 131.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 159 | 0.26 | 0.16 | 0 | 0.38 | 217.14 | 0.18 | 0.54 |
| Hex | 75 | 85 | 9F | 1A | 10 | 0 | 26 | D9 | 12 | 36 |
| Octal | 165 | 205 | 237 | 32 | 20 | 0 | 46 | 331 | 22 | 66 |
| Binary | 1110101 | 10000101 | 10011111 | 11010 | 10000 | 0 | 100110 | 11011001 | 10010 | 110110 |
Color Harmonies of #75859F
Complementary color
Monochromatic Colors of #75859F
Black with #75859F
Text Example
Text Example
White with #75859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75859F; }
p { color: rgb(117,133,159); }
H1.HeaderClassName
{
color: #75859F;
}
.AnyTagClassName
{
color: #75859F;
}
</style>
background-color css
<style>
a { background-color: #75859F; }
a { background-color: rgb(117,133,159); }
div.DivClassName
{
background-color: #75859F;
}
.BgClassName
{
background-color: #75859F;
}
</style>
border-color css
<style>
span { border-color: #75859F; }
span { border-color: rgb(117,133,159); }
td.TdClassName
{
border-color: #75859F;
}
.TagClassName
{
border-color: #75859F;
}
</style>