Shades of Medium Slate Blue #754CEF
Tints of Medium Slate Blue #754CEF
RGB
CMYK
RGB Variations
Color information
#754CEF (or 0x754CEF) is known color: Medium Slate Blue. HEX triplet: 75, 4C and EF. RGB value is (117,76,239). Sum of RGB (Red+Green+Blue) = 117+76+239=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #754CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754CEF is #8AB310. Grayscale: #6A6A6A. Windows color (decimal): -9089809 or 15682677. OLE color: 15682677.
HSL color Cylindrical-coordinate representation of color #754CEF: hue angle of 255.09º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #754CEF is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 76 | 239 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.06 |
| HSL | 255.09º | 0.84% | 0.62% | - |
| HSV(B) | 255.09º | 0.68% | 0.94% | - |
| XYZ | 25.5 | 15.18 | 83.25 | - |
| YUV | 106.84 | 202.58 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 239 | 0.51 | 0.68 | 0 | 0.06 | 255.09 | 0.84 | 0.62 |
| Hex | 75 | 4C | EF | 33 | 44 | 0 | 6 | FF | 54 | 3E |
| Octal | 165 | 114 | 357 | 63 | 104 | 0 | 6 | 377 | 124 | 76 |
| Binary | 1110101 | 1001100 | 11101111 | 110011 | 1000100 | 0 | 110 | 11111111 | 1010100 | 111110 |
Color Harmonies of #754CEF
Complementary color
Monochromatic Colors of #754CEF
Black with #754CEF
Text Example
Text Example
White with #754CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754CEF; }
p { color: rgb(117,76,239); }
H1.HeaderClassName
{
color: #754CEF;
}
.AnyTagClassName
{
color: #754CEF;
}
</style>
background-color css
<style>
a { background-color: #754CEF; }
a { background-color: rgb(117,76,239); }
div.DivClassName
{
background-color: #754CEF;
}
.BgClassName
{
background-color: #754CEF;
}
</style>
border-color css
<style>
span { border-color: #754CEF; }
span { border-color: rgb(117,76,239); }
td.TdClassName
{
border-color: #754CEF;
}
.TagClassName
{
border-color: #754CEF;
}
</style>