Shades of Light Slate Grey #7585A0
Tints of Light Slate Grey #7585A0
RGB
CMYK
RGB Variations
Color information
#7585A0 (or 0x7585A0) is known color: Light Slate Grey. HEX triplet: 75, 85 and A0. RGB value is (117,133,160). Sum of RGB (Red+Green+Blue) = 117+133+160=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 160 - color contains mainly: blue. Hex color #7585A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7585A0 is #8A7A5F. Grayscale: #838383. Windows color (decimal): -9075296 or 10519925. OLE color: 10519925.
HSL color Cylindrical-coordinate representation of color #7585A0: hue angle of 217.67º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7585A0 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 133 | 160 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.37 |
| HSL | 217.67º | 0.18% | 0.54% | - |
| HSV(B) | 217.67º | 0.27% | 0.63% | - |
| XYZ | 22.07 | 23.1 | 36.55 | - |
| YUV | 131.29 | 144.2 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 160 | 0.27 | 0.17 | 0 | 0.37 | 217.67 | 0.18 | 0.54 |
| Hex | 75 | 85 | A0 | 1B | 11 | 0 | 25 | DA | 12 | 36 |
| Octal | 165 | 205 | 240 | 33 | 21 | 0 | 45 | 332 | 22 | 66 |
| Binary | 1110101 | 10000101 | 10100000 | 11011 | 10001 | 0 | 100101 | 11011010 | 10010 | 110110 |
Color Harmonies of #7585A0
Complementary color
Monochromatic Colors of #7585A0
Black with #7585A0
Text Example
Text Example
White with #7585A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7585A0; }
p { color: rgb(117,133,160); }
H1.HeaderClassName
{
color: #7585A0;
}
.AnyTagClassName
{
color: #7585A0;
}
</style>
background-color css
<style>
a { background-color: #7585A0; }
a { background-color: rgb(117,133,160); }
div.DivClassName
{
background-color: #7585A0;
}
.BgClassName
{
background-color: #7585A0;
}
</style>
border-color css
<style>
span { border-color: #7585A0; }
span { border-color: rgb(117,133,160); }
td.TdClassName
{
border-color: #7585A0;
}
.TagClassName
{
border-color: #7585A0;
}
</style>