Shades of Medium Slate Blue #7560FF
Tints of Medium Slate Blue #7560FF
RGB
CMYK
RGB Variations
Color information
#7560FF (or 0x7560FF) is known color: Medium Slate Blue. HEX triplet: 75, 60 and FF. RGB value is (117,96,255). Sum of RGB (Red+Green+Blue) = 117+96+255=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #7560FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7560FF is #8A9F00. Grayscale: #777777. Windows color (decimal): -9084673 or 16736373. OLE color: 16736373.
HSL color Cylindrical-coordinate representation of color #7560FF: hue angle of 247.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7560FF is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 96 | 255 | - |
| CMYK | 0.54 | 0.62 | 0 | 0 |
| HSL | 247.92º | 1% | 0.69% | - |
| HSV(B) | 247.92º | 0.62% | 1% | - |
| XYZ | 29.57 | 19.37 | 96.79 | - |
| YUV | 120.41 | 203.96 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 96 | 255 | 0.54 | 0.62 | 0 | 0 | 247.92 | 1 | 0.69 |
| Hex | 75 | 60 | FF | 36 | 3E | 0 | 0 | F8 | 64 | 45 |
| Octal | 165 | 140 | 377 | 66 | 76 | 0 | 0 | 370 | 144 | 105 |
| Binary | 1110101 | 1100000 | 11111111 | 110110 | 111110 | 0 | 0 | 11111000 | 1100100 | 1000101 |
Color Harmonies of #7560FF
Complementary color
Monochromatic Colors of #7560FF
Black with #7560FF
Text Example
Text Example
White with #7560FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7560FF; }
p { color: rgb(117,96,255); }
H1.HeaderClassName
{
color: #7560FF;
}
.AnyTagClassName
{
color: #7560FF;
}
</style>
background-color css
<style>
a { background-color: #7560FF; }
a { background-color: rgb(117,96,255); }
div.DivClassName
{
background-color: #7560FF;
}
.BgClassName
{
background-color: #7560FF;
}
</style>
border-color css
<style>
span { border-color: #7560FF; }
span { border-color: rgb(117,96,255); }
td.TdClassName
{
border-color: #7560FF;
}
.TagClassName
{
border-color: #7560FF;
}
</style>