Shades of Medium Slate Blue #754BEC
Tints of Medium Slate Blue #754BEC
RGB
CMYK
RGB Variations
Color information
#754BEC (or 0x754BEC) is known color: Medium Slate Blue. HEX triplet: 75, 4B and EC. RGB value is (117,75,236). Sum of RGB (Red+Green+Blue) = 117+75+236=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #754BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754BEC is #8AB413. Grayscale: #696969. Windows color (decimal): -9090068 or 15485813. OLE color: 15485813.
HSL color Cylindrical-coordinate representation of color #754BEC: hue angle of 255.65º degrees, saturation: 0.81, 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 #754BEC is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 75 | 236 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.07 |
| HSL | 255.65º | 0.81% | 0.61% | - |
| HSV(B) | 255.65º | 0.68% | 0.93% | - |
| XYZ | 24.99 | 14.87 | 80.91 | - |
| YUV | 105.91 | 201.41 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 236 | 0.50 | 0.68 | 0 | 0.07 | 255.65 | 0.81 | 0.61 |
| Hex | 75 | 4B | EC | 32 | 44 | 0 | 7 | 100 | 51 | 3D |
| Octal | 165 | 113 | 354 | 62 | 104 | 0 | 7 | 400 | 121 | 75 |
| Binary | 1110101 | 1001011 | 11101100 | 110010 | 1000100 | 0 | 111 | 100000000 | 1010001 | 111101 |
Color Harmonies of #754BEC
Complementary color
Monochromatic Colors of #754BEC
Black with #754BEC
Text Example
Text Example
White with #754BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BEC; }
p { color: rgb(117,75,236); }
H1.HeaderClassName
{
color: #754BEC;
}
.AnyTagClassName
{
color: #754BEC;
}
</style>
background-color css
<style>
a { background-color: #754BEC; }
a { background-color: rgb(117,75,236); }
div.DivClassName
{
background-color: #754BEC;
}
.BgClassName
{
background-color: #754BEC;
}
</style>
border-color css
<style>
span { border-color: #754BEC; }
span { border-color: rgb(117,75,236); }
td.TdClassName
{
border-color: #754BEC;
}
.TagClassName
{
border-color: #754BEC;
}
</style>