Shades of Light Slate Grey #75849D
Tints of Light Slate Grey #75849D
RGB
CMYK
RGB Variations
Color information
#75849D (or 0x75849D) is known color: Light Slate Grey. HEX triplet: 75, 84 and 9D. RGB value is (117,132,157). Sum of RGB (Red+Green+Blue) = 117+132+157=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #75849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75849D is #8A7B62. Grayscale: #828282. Windows color (decimal): -9075555 or 10323061. OLE color: 10323061.
HSL color Cylindrical-coordinate representation of color #75849D: hue angle of 217.5º 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 #75849D is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 132 | 157 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.38 |
| HSL | 217.5º | 0.17% | 0.54% | - |
| HSV(B) | 217.5º | 0.25% | 0.62% | - |
| XYZ | 21.67 | 22.72 | 35.14 | - |
| YUV | 130.37 | 143.03 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 157 | 0.25 | 0.16 | 0 | 0.38 | 217.5 | 0.17 | 0.54 |
| Hex | 75 | 84 | 9D | 19 | 10 | 0 | 26 | DA | 11 | 36 |
| Octal | 165 | 204 | 235 | 31 | 20 | 0 | 46 | 332 | 21 | 66 |
| Binary | 1110101 | 10000100 | 10011101 | 11001 | 10000 | 0 | 100110 | 11011010 | 10001 | 110110 |
Color Harmonies of #75849D
Complementary color
Monochromatic Colors of #75849D
Black with #75849D
Text Example
Text Example
White with #75849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75849D; }
p { color: rgb(117,132,157); }
H1.HeaderClassName
{
color: #75849D;
}
.AnyTagClassName
{
color: #75849D;
}
</style>
background-color css
<style>
a { background-color: #75849D; }
a { background-color: rgb(117,132,157); }
div.DivClassName
{
background-color: #75849D;
}
.BgClassName
{
background-color: #75849D;
}
</style>
border-color css
<style>
span { border-color: #75849D; }
span { border-color: rgb(117,132,157); }
td.TdClassName
{
border-color: #75849D;
}
.TagClassName
{
border-color: #75849D;
}
</style>