Shades of Medium Slate Blue #7559FE
Tints of Medium Slate Blue #7559FE
RGB
CMYK
RGB Variations
Color information
#7559FE (or 0x7559FE) is known color: Medium Slate Blue. HEX triplet: 75, 59 and FE. RGB value is (117,89,254). Sum of RGB (Red+Green+Blue) = 117+89+254=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #7559FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7559FE is #8AA601. Grayscale: #737373. Windows color (decimal): -9086466 or 16669045. OLE color: 16669045.
HSL color Cylindrical-coordinate representation of color #7559FE: hue angle of 250.18º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7559FE is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 89 | 254 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.00 |
| HSL | 250.18º | 0.99% | 0.67% | - |
| HSV(B) | 250.18º | 0.65% | 1% | - |
| XYZ | 28.8 | 18.08 | 95.74 | - |
| YUV | 116.18 | 205.78 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 89 | 254 | 0.54 | 0.65 | 0 | 0.00 | 250.18 | 0.99 | 0.67 |
| Hex | 75 | 59 | FE | 36 | 41 | 0 | 0 | FA | 63 | 43 |
| Octal | 165 | 131 | 376 | 66 | 101 | 0 | 0 | 372 | 143 | 103 |
| Binary | 1110101 | 1011001 | 11111110 | 110110 | 1000001 | 0 | 0 | 11111010 | 1100011 | 1000011 |
Color Harmonies of #7559FE
Complementary color
Monochromatic Colors of #7559FE
Black with #7559FE
Text Example
Text Example
White with #7559FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7559FE; }
p { color: rgb(117,89,254); }
H1.HeaderClassName
{
color: #7559FE;
}
.AnyTagClassName
{
color: #7559FE;
}
</style>
background-color css
<style>
a { background-color: #7559FE; }
a { background-color: rgb(117,89,254); }
div.DivClassName
{
background-color: #7559FE;
}
.BgClassName
{
background-color: #7559FE;
}
</style>
border-color css
<style>
span { border-color: #7559FE; }
span { border-color: rgb(117,89,254); }
td.TdClassName
{
border-color: #7559FE;
}
.TagClassName
{
border-color: #7559FE;
}
</style>