Shades of Medium Slate Blue #7542FA
Tints of Medium Slate Blue #7542FA
RGB
CMYK
RGB Variations
Color information
#7542FA (or 0x7542FA) is known color: Medium Slate Blue. HEX triplet: 75, 42 and FA. RGB value is (117,66,250). Sum of RGB (Red+Green+Blue) = 117+66+250=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #7542FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7542FA is #8ABD05. Grayscale: #656565. Windows color (decimal): -9092358 or 16401013. OLE color: 16401013.
HSL color Cylindrical-coordinate representation of color #7542FA: hue angle of 256.63º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7542FA is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 66 | 250 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.02 |
| HSL | 256.63º | 0.95% | 0.62% | - |
| HSV(B) | 256.63º | 0.74% | 0.98% | - |
| XYZ | 26.54 | 14.58 | 91.86 | - |
| YUV | 102.23 | 211.4 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 250 | 0.53 | 0.74 | 0 | 0.02 | 256.63 | 0.95 | 0.62 |
| Hex | 75 | 42 | FA | 35 | 4A | 0 | 2 | 101 | 5F | 3E |
| Octal | 165 | 102 | 372 | 65 | 112 | 0 | 2 | 401 | 137 | 76 |
| Binary | 1110101 | 1000010 | 11111010 | 110101 | 1001010 | 0 | 10 | 100000001 | 1011111 | 111110 |
Color Harmonies of #7542FA
Complementary color
Monochromatic Colors of #7542FA
Black with #7542FA
Text Example
Text Example
White with #7542FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7542FA; }
p { color: rgb(117,66,250); }
H1.HeaderClassName
{
color: #7542FA;
}
.AnyTagClassName
{
color: #7542FA;
}
</style>
background-color css
<style>
a { background-color: #7542FA; }
a { background-color: rgb(117,66,250); }
div.DivClassName
{
background-color: #7542FA;
}
.BgClassName
{
background-color: #7542FA;
}
</style>
border-color css
<style>
span { border-color: #7542FA; }
span { border-color: rgb(117,66,250); }
td.TdClassName
{
border-color: #7542FA;
}
.TagClassName
{
border-color: #7542FA;
}
</style>