Shades of Light Slate Grey #75869E
Tints of Light Slate Grey #75869E
RGB
CMYK
RGB Variations
Color information
#75869E (or 0x75869E) is known color: Light Slate Grey. HEX triplet: 75, 86 and 9E. RGB value is (117,134,158). Sum of RGB (Red+Green+Blue) = 117+134+158=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 158 - color contains mainly: blue. Hex color #75869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75869E is #8A7961. Grayscale: #838383. Windows color (decimal): -9075042 or 10389109. OLE color: 10389109.
HSL color Cylindrical-coordinate representation of color #75869E: hue angle of 215.12º degrees, saturation: 0.17, 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 #75869E is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 134 | 158 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.38 |
| HSL | 215.12º | 0.17% | 0.54% | - |
| HSV(B) | 215.12º | 0.26% | 0.62% | - |
| XYZ | 22.03 | 23.3 | 35.68 | - |
| YUV | 131.65 | 142.87 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 134 | 158 | 0.26 | 0.15 | 0 | 0.38 | 215.12 | 0.17 | 0.54 |
| Hex | 75 | 86 | 9E | 1A | F | 0 | 26 | D7 | 11 | 36 |
| Octal | 165 | 206 | 236 | 32 | 17 | 0 | 46 | 327 | 21 | 66 |
| Binary | 1110101 | 10000110 | 10011110 | 11010 | 1111 | 0 | 100110 | 11010111 | 10001 | 110110 |
Color Harmonies of #75869E
Complementary color
Monochromatic Colors of #75869E
Black with #75869E
Text Example
Text Example
White with #75869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75869E; }
p { color: rgb(117,134,158); }
H1.HeaderClassName
{
color: #75869E;
}
.AnyTagClassName
{
color: #75869E;
}
</style>
background-color css
<style>
a { background-color: #75869E; }
a { background-color: rgb(117,134,158); }
div.DivClassName
{
background-color: #75869E;
}
.BgClassName
{
background-color: #75869E;
}
</style>
border-color css
<style>
span { border-color: #75869E; }
span { border-color: rgb(117,134,158); }
td.TdClassName
{
border-color: #75869E;
}
.TagClassName
{
border-color: #75869E;
}
</style>