Shades of Light Slate Blue #7585FF
Tints of Light Slate Blue #7585FF
RGB
CMYK
RGB Variations
Color information
#7585FF (or 0x7585FF) is known color: Light Slate Blue. HEX triplet: 75, 85 and FF. RGB value is (117,133,255). Sum of RGB (Red+Green+Blue) = 117+133+255=505 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.17% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #7585FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7585FF is #8A7A00. Grayscale: #8D8D8D. Windows color (decimal): -9075201 or 16745845. OLE color: 16745845.
HSL color Cylindrical-coordinate representation of color #7585FF: hue angle of 233.04º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7585FF is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 133 | 255 | - |
| CMYK | 0.54 | 0.48 | 0 | 0 |
| HSL | 233.04º | 1% | 0.73% | - |
| HSV(B) | 233.04º | 0.54% | 1% | - |
| XYZ | 33.77 | 27.78 | 98.19 | - |
| YUV | 142.12 | 191.7 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 255 | 0.54 | 0.48 | 0 | 0 | 233.04 | 1 | 0.73 |
| Hex | 75 | 85 | FF | 36 | 30 | 0 | 0 | E9 | 64 | 49 |
| Octal | 165 | 205 | 377 | 66 | 60 | 0 | 0 | 351 | 144 | 111 |
| Binary | 1110101 | 10000101 | 11111111 | 110110 | 110000 | 0 | 0 | 11101001 | 1100100 | 1001001 |
Color Harmonies of #7585FF
Complementary color
Monochromatic Colors of #7585FF
Black with #7585FF
Text Example
Text Example
White with #7585FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7585FF; }
p { color: rgb(117,133,255); }
H1.HeaderClassName
{
color: #7585FF;
}
.AnyTagClassName
{
color: #7585FF;
}
</style>
background-color css
<style>
a { background-color: #7585FF; }
a { background-color: rgb(117,133,255); }
div.DivClassName
{
background-color: #7585FF;
}
.BgClassName
{
background-color: #7585FF;
}
</style>
border-color css
<style>
span { border-color: #7585FF; }
span { border-color: rgb(117,133,255); }
td.TdClassName
{
border-color: #7585FF;
}
.TagClassName
{
border-color: #7585FF;
}
</style>