Shades of Medium Slate Blue #754BED
Tints of Medium Slate Blue #754BED
RGB
CMYK
RGB Variations
Color information
#754BED (or 0x754BED) is known color: Medium Slate Blue. HEX triplet: 75, 4B and ED. RGB value is (117,75,237). Sum of RGB (Red+Green+Blue) = 117+75+237=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #754BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754BED is #8AB412. Grayscale: #696969. Windows color (decimal): -9090067 or 15551349. OLE color: 15551349.
HSL color Cylindrical-coordinate representation of color #754BED: hue angle of 255.56º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #754BED is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 75 | 237 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.07 |
| HSL | 255.56º | 0.82% | 0.61% | - |
| HSV(B) | 255.56º | 0.68% | 0.93% | - |
| XYZ | 25.14 | 14.93 | 81.68 | - |
| YUV | 106.03 | 201.91 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 237 | 0.51 | 0.68 | 0 | 0.07 | 255.56 | 0.82 | 0.61 |
| Hex | 75 | 4B | ED | 33 | 44 | 0 | 7 | 100 | 52 | 3D |
| Octal | 165 | 113 | 355 | 63 | 104 | 0 | 7 | 400 | 122 | 75 |
| Binary | 1110101 | 1001011 | 11101101 | 110011 | 1000100 | 0 | 111 | 100000000 | 1010010 | 111101 |
Color Harmonies of #754BED
Complementary color
Monochromatic Colors of #754BED
Black with #754BED
Text Example
Text Example
White with #754BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BED; }
p { color: rgb(117,75,237); }
H1.HeaderClassName
{
color: #754BED;
}
.AnyTagClassName
{
color: #754BED;
}
</style>
background-color css
<style>
a { background-color: #754BED; }
a { background-color: rgb(117,75,237); }
div.DivClassName
{
background-color: #754BED;
}
.BgClassName
{
background-color: #754BED;
}
</style>
border-color css
<style>
span { border-color: #754BED; }
span { border-color: rgb(117,75,237); }
td.TdClassName
{
border-color: #754BED;
}
.TagClassName
{
border-color: #754BED;
}
</style>