Shades of Medium Slate Blue #754DEC
Tints of Medium Slate Blue #754DEC
RGB
CMYK
RGB Variations
Color information
#754DEC (or 0x754DEC) is known color: Medium Slate Blue. HEX triplet: 75, 4D and EC. RGB value is (117,77,236). Sum of RGB (Red+Green+Blue) = 117+77+236=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #754DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754DEC is #8AB213. Grayscale: #6A6A6A. Windows color (decimal): -9089556 or 15486325. OLE color: 15486325.
HSL color Cylindrical-coordinate representation of color #754DEC: hue angle of 255.09º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #754DEC is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 77 | 236 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.07 |
| HSL | 255.09º | 0.81% | 0.61% | - |
| HSV(B) | 255.09º | 0.67% | 0.93% | - |
| XYZ | 25.13 | 15.15 | 80.96 | - |
| YUV | 107.09 | 200.75 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 236 | 0.50 | 0.67 | 0 | 0.07 | 255.09 | 0.81 | 0.61 |
| Hex | 75 | 4D | EC | 32 | 43 | 0 | 7 | FF | 51 | 3D |
| Octal | 165 | 115 | 354 | 62 | 103 | 0 | 7 | 377 | 121 | 75 |
| Binary | 1110101 | 1001101 | 11101100 | 110010 | 1000011 | 0 | 111 | 11111111 | 1010001 | 111101 |
Color Harmonies of #754DEC
Complementary color
Monochromatic Colors of #754DEC
Black with #754DEC
Text Example
Text Example
White with #754DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DEC; }
p { color: rgb(117,77,236); }
H1.HeaderClassName
{
color: #754DEC;
}
.AnyTagClassName
{
color: #754DEC;
}
</style>
background-color css
<style>
a { background-color: #754DEC; }
a { background-color: rgb(117,77,236); }
div.DivClassName
{
background-color: #754DEC;
}
.BgClassName
{
background-color: #754DEC;
}
</style>
border-color css
<style>
span { border-color: #754DEC; }
span { border-color: rgb(117,77,236); }
td.TdClassName
{
border-color: #754DEC;
}
.TagClassName
{
border-color: #754DEC;
}
</style>