Shades of Medium Slate Blue #754CED
Tints of Medium Slate Blue #754CED
RGB
CMYK
RGB Variations
Color information
#754CED (or 0x754CED) is known color: Medium Slate Blue. HEX triplet: 75, 4C and ED. RGB value is (117,76,237). Sum of RGB (Red+Green+Blue) = 117+76+237=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #754CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754CED is #8AB312. Grayscale: #6A6A6A. Windows color (decimal): -9089811 or 15551605. OLE color: 15551605.
HSL color Cylindrical-coordinate representation of color #754CED: hue angle of 255.28º 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 #754CED is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 76 | 237 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.07 |
| HSL | 255.28º | 0.82% | 0.61% | - |
| HSV(B) | 255.28º | 0.68% | 0.93% | - |
| XYZ | 25.21 | 15.07 | 81.7 | - |
| YUV | 106.61 | 201.58 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 237 | 0.51 | 0.68 | 0 | 0.07 | 255.28 | 0.82 | 0.61 |
| Hex | 75 | 4C | ED | 33 | 44 | 0 | 7 | FF | 52 | 3D |
| Octal | 165 | 114 | 355 | 63 | 104 | 0 | 7 | 377 | 122 | 75 |
| Binary | 1110101 | 1001100 | 11101101 | 110011 | 1000100 | 0 | 111 | 11111111 | 1010010 | 111101 |
Color Harmonies of #754CED
Complementary color
Monochromatic Colors of #754CED
Black with #754CED
Text Example
Text Example
White with #754CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754CED; }
p { color: rgb(117,76,237); }
H1.HeaderClassName
{
color: #754CED;
}
.AnyTagClassName
{
color: #754CED;
}
</style>
background-color css
<style>
a { background-color: #754CED; }
a { background-color: rgb(117,76,237); }
div.DivClassName
{
background-color: #754CED;
}
.BgClassName
{
background-color: #754CED;
}
</style>
border-color css
<style>
span { border-color: #754CED; }
span { border-color: rgb(117,76,237); }
td.TdClassName
{
border-color: #754CED;
}
.TagClassName
{
border-color: #754CED;
}
</style>