Shades of Medium Slate Blue #7561EF
Tints of Medium Slate Blue #7561EF
RGB
CMYK
RGB Variations
Color information
#7561EF (or 0x7561EF) is known color: Medium Slate Blue. HEX triplet: 75, 61 and EF. RGB value is (117,97,239). Sum of RGB (Red+Green+Blue) = 117+97+239=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #7561EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7561EF is #8A9E10. Grayscale: #767676. Windows color (decimal): -9084433 or 15688053. OLE color: 15688053.
HSL color Cylindrical-coordinate representation of color #7561EF: hue angle of 248.45º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7561EF is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 97 | 239 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.06 |
| HSL | 248.45º | 0.82% | 0.66% | - |
| HSV(B) | 248.45º | 0.59% | 0.94% | - |
| XYZ | 27.19 | 18.56 | 83.81 | - |
| YUV | 119.17 | 195.63 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 97 | 239 | 0.51 | 0.59 | 0 | 0.06 | 248.45 | 0.82 | 0.66 |
| Hex | 75 | 61 | EF | 33 | 3B | 0 | 6 | F8 | 52 | 42 |
| Octal | 165 | 141 | 357 | 63 | 73 | 0 | 6 | 370 | 122 | 102 |
| Binary | 1110101 | 1100001 | 11101111 | 110011 | 111011 | 0 | 110 | 11111000 | 1010010 | 1000010 |
Color Harmonies of #7561EF
Complementary color
Monochromatic Colors of #7561EF
Black with #7561EF
Text Example
Text Example
White with #7561EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7561EF; }
p { color: rgb(117,97,239); }
H1.HeaderClassName
{
color: #7561EF;
}
.AnyTagClassName
{
color: #7561EF;
}
</style>
background-color css
<style>
a { background-color: #7561EF; }
a { background-color: rgb(117,97,239); }
div.DivClassName
{
background-color: #7561EF;
}
.BgClassName
{
background-color: #7561EF;
}
</style>
border-color css
<style>
span { border-color: #7561EF; }
span { border-color: rgb(117,97,239); }
td.TdClassName
{
border-color: #7561EF;
}
.TagClassName
{
border-color: #7561EF;
}
</style>