Shades of Medium Slate Blue #7542FF
Tints of Medium Slate Blue #7542FF
RGB
CMYK
RGB Variations
Color information
#7542FF (or 0x7542FF) is known color: Medium Slate Blue. HEX triplet: 75, 42 and FF. RGB value is (117,66,255). Sum of RGB (Red+Green+Blue) = 117+66+255=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #7542FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7542FF is #8ABD00. Grayscale: #666666. Windows color (decimal): -9092353 or 16728693. OLE color: 16728693.
HSL color Cylindrical-coordinate representation of color #7542FF: hue angle of 256.19º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7542FF is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 66 | 255 | - |
| CMYK | 0.54 | 0.74 | 0 | 0 |
| HSL | 256.19º | 1% | 0.63% | - |
| HSV(B) | 256.19º | 0.74% | 1% | - |
| XYZ | 27.33 | 14.9 | 96.04 | - |
| YUV | 102.8 | 213.9 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 255 | 0.54 | 0.74 | 0 | 0 | 256.19 | 1 | 0.63 |
| Hex | 75 | 42 | FF | 36 | 4A | 0 | 0 | 100 | 64 | 3F |
| Octal | 165 | 102 | 377 | 66 | 112 | 0 | 0 | 400 | 144 | 77 |
| Binary | 1110101 | 1000010 | 11111111 | 110110 | 1001010 | 0 | 0 | 100000000 | 1100100 | 111111 |
Color Harmonies of #7542FF
Complementary color
Monochromatic Colors of #7542FF
Black with #7542FF
Text Example
Text Example
White with #7542FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7542FF; }
p { color: rgb(117,66,255); }
H1.HeaderClassName
{
color: #7542FF;
}
.AnyTagClassName
{
color: #7542FF;
}
</style>
background-color css
<style>
a { background-color: #7542FF; }
a { background-color: rgb(117,66,255); }
div.DivClassName
{
background-color: #7542FF;
}
.BgClassName
{
background-color: #7542FF;
}
</style>
border-color css
<style>
span { border-color: #7542FF; }
span { border-color: rgb(117,66,255); }
td.TdClassName
{
border-color: #7542FF;
}
.TagClassName
{
border-color: #7542FF;
}
</style>