Shades of Medium Slate Blue #754AED
Tints of Medium Slate Blue #754AED
RGB
CMYK
RGB Variations
Color information
#754AED (or 0x754AED) is known color: Medium Slate Blue. HEX triplet: 75, 4A and ED. RGB value is (117,74,237). Sum of RGB (Red+Green+Blue) = 117+74+237=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #754AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754AED is #8AB512. Grayscale: #686868. Windows color (decimal): -9090323 or 15551093. OLE color: 15551093.
HSL color Cylindrical-coordinate representation of color #754AED: hue angle of 255.83º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #754AED is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 74 | 237 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.07 |
| HSL | 255.83º | 0.82% | 0.61% | - |
| HSV(B) | 255.83º | 0.69% | 0.93% | - |
| XYZ | 25.07 | 14.79 | 81.65 | - |
| YUV | 105.44 | 202.25 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 237 | 0.51 | 0.69 | 0 | 0.07 | 255.83 | 0.82 | 0.61 |
| Hex | 75 | 4A | ED | 33 | 45 | 0 | 7 | 100 | 52 | 3D |
| Octal | 165 | 112 | 355 | 63 | 105 | 0 | 7 | 400 | 122 | 75 |
| Binary | 1110101 | 1001010 | 11101101 | 110011 | 1000101 | 0 | 111 | 100000000 | 1010010 | 111101 |
Color Harmonies of #754AED
Complementary color
Monochromatic Colors of #754AED
Black with #754AED
Text Example
Text Example
White with #754AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754AED; }
p { color: rgb(117,74,237); }
H1.HeaderClassName
{
color: #754AED;
}
.AnyTagClassName
{
color: #754AED;
}
</style>
background-color css
<style>
a { background-color: #754AED; }
a { background-color: rgb(117,74,237); }
div.DivClassName
{
background-color: #754AED;
}
.BgClassName
{
background-color: #754AED;
}
</style>
border-color css
<style>
span { border-color: #754AED; }
span { border-color: rgb(117,74,237); }
td.TdClassName
{
border-color: #754AED;
}
.TagClassName
{
border-color: #754AED;
}
</style>