Shades of Medium Slate Blue #7561FF
Tints of Medium Slate Blue #7561FF
RGB
CMYK
RGB Variations
Color information
#7561FF (or 0x7561FF) is known color: Medium Slate Blue. HEX triplet: 75, 61 and FF. RGB value is (117,97,255). Sum of RGB (Red+Green+Blue) = 117+97+255=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #7561FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7561FF is #8A9E00. Grayscale: #787878. Windows color (decimal): -9084417 or 16736629. OLE color: 16736629.
HSL color Cylindrical-coordinate representation of color #7561FF: hue angle of 247.59º 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 #7561FF is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 97 | 255 | - |
| CMYK | 0.54 | 0.62 | 0 | 0 |
| HSL | 247.59º | 1% | 0.69% | - |
| HSV(B) | 247.59º | 0.62% | 1% | - |
| XYZ | 29.66 | 19.55 | 96.82 | - |
| YUV | 120.99 | 203.63 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 97 | 255 | 0.54 | 0.62 | 0 | 0 | 247.59 | 1 | 0.69 |
| Hex | 75 | 61 | FF | 36 | 3E | 0 | 0 | F8 | 64 | 45 |
| Octal | 165 | 141 | 377 | 66 | 76 | 0 | 0 | 370 | 144 | 105 |
| Binary | 1110101 | 1100001 | 11111111 | 110110 | 111110 | 0 | 0 | 11111000 | 1100100 | 1000101 |
Color Harmonies of #7561FF
Complementary color
Monochromatic Colors of #7561FF
Black with #7561FF
Text Example
Text Example
White with #7561FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7561FF; }
p { color: rgb(117,97,255); }
H1.HeaderClassName
{
color: #7561FF;
}
.AnyTagClassName
{
color: #7561FF;
}
</style>
background-color css
<style>
a { background-color: #7561FF; }
a { background-color: rgb(117,97,255); }
div.DivClassName
{
background-color: #7561FF;
}
.BgClassName
{
background-color: #7561FF;
}
</style>
border-color css
<style>
span { border-color: #7561FF; }
span { border-color: rgb(117,97,255); }
td.TdClassName
{
border-color: #7561FF;
}
.TagClassName
{
border-color: #7561FF;
}
</style>