Shades of Medium Slate Blue #7540FF
Tints of Medium Slate Blue #7540FF
RGB
CMYK
RGB Variations
Color information
#7540FF (or 0x7540FF) is known color: Medium Slate Blue. HEX triplet: 75, 40 and FF. RGB value is (117,64,255). Sum of RGB (Red+Green+Blue) = 117+64+255=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #7540FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7540FF is #8ABF00. Grayscale: #646464. Windows color (decimal): -9092865 or 16728181. OLE color: 16728181.
HSL color Cylindrical-coordinate representation of color #7540FF: hue angle of 256.65º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7540FF is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 64 | 255 | - |
| CMYK | 0.54 | 0.75 | 0 | 0 |
| HSL | 256.65º | 1% | 0.63% | - |
| HSV(B) | 256.65º | 0.75% | 1% | - |
| XYZ | 27.22 | 14.67 | 96 | - |
| YUV | 101.62 | 214.56 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 255 | 0.54 | 0.75 | 0 | 0 | 256.65 | 1 | 0.63 |
| Hex | 75 | 40 | FF | 36 | 4B | 0 | 0 | 101 | 64 | 3F |
| Octal | 165 | 100 | 377 | 66 | 113 | 0 | 0 | 401 | 144 | 77 |
| Binary | 1110101 | 1000000 | 11111111 | 110110 | 1001011 | 0 | 0 | 100000001 | 1100100 | 111111 |
Color Harmonies of #7540FF
Complementary color
Monochromatic Colors of #7540FF
Black with #7540FF
Text Example
Text Example
White with #7540FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7540FF; }
p { color: rgb(117,64,255); }
H1.HeaderClassName
{
color: #7540FF;
}
.AnyTagClassName
{
color: #7540FF;
}
</style>
background-color css
<style>
a { background-color: #7540FF; }
a { background-color: rgb(117,64,255); }
div.DivClassName
{
background-color: #7540FF;
}
.BgClassName
{
background-color: #7540FF;
}
</style>
border-color css
<style>
span { border-color: #7540FF; }
span { border-color: rgb(117,64,255); }
td.TdClassName
{
border-color: #7540FF;
}
.TagClassName
{
border-color: #7540FF;
}
</style>