Shades of Medium Slate Blue #754EED
Tints of Medium Slate Blue #754EED
RGB
CMYK
RGB Variations
Color information
#754EED (or 0x754EED) is known color: Medium Slate Blue. HEX triplet: 75, 4E and ED. RGB value is (117,78,237). Sum of RGB (Red+Green+Blue) = 117+78+237=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #754EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754EED is #8AB112. Grayscale: #6B6B6B. Windows color (decimal): -9089299 or 15552117. OLE color: 15552117.
HSL color Cylindrical-coordinate representation of color #754EED: hue angle of 254.72º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #754EED is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 78 | 237 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.07 |
| HSL | 254.72º | 0.82% | 0.62% | - |
| HSV(B) | 254.72º | 0.67% | 0.93% | - |
| XYZ | 25.35 | 15.35 | 81.75 | - |
| YUV | 107.79 | 200.92 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 237 | 0.51 | 0.67 | 0 | 0.07 | 254.72 | 0.82 | 0.62 |
| Hex | 75 | 4E | ED | 33 | 43 | 0 | 7 | FF | 52 | 3E |
| Octal | 165 | 116 | 355 | 63 | 103 | 0 | 7 | 377 | 122 | 76 |
| Binary | 1110101 | 1001110 | 11101101 | 110011 | 1000011 | 0 | 111 | 11111111 | 1010010 | 111110 |
Color Harmonies of #754EED
Complementary color
Monochromatic Colors of #754EED
Black with #754EED
Text Example
Text Example
White with #754EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754EED; }
p { color: rgb(117,78,237); }
H1.HeaderClassName
{
color: #754EED;
}
.AnyTagClassName
{
color: #754EED;
}
</style>
background-color css
<style>
a { background-color: #754EED; }
a { background-color: rgb(117,78,237); }
div.DivClassName
{
background-color: #754EED;
}
.BgClassName
{
background-color: #754EED;
}
</style>
border-color css
<style>
span { border-color: #754EED; }
span { border-color: rgb(117,78,237); }
td.TdClassName
{
border-color: #754EED;
}
.TagClassName
{
border-color: #754EED;
}
</style>