Shades of Medium Slate Blue #754CE9
Tints of Medium Slate Blue #754CE9
RGB
CMYK
RGB Variations
Color information
#754CE9 (or 0x754CE9) is known color: Medium Slate Blue. HEX triplet: 75, 4C and E9. RGB value is (117,76,233). Sum of RGB (Red+Green+Blue) = 117+76+233=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 233 (91.41% from 255 or 54.69% from 426); Max value from RGB is 233 - color contains mainly: blue. Hex color #754CE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754CE9 is #8AB316. Grayscale: #696969. Windows color (decimal): -9089815 or 15289461. OLE color: 15289461.
HSL color Cylindrical-coordinate representation of color #754CE9: hue angle of 255.67º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #754CE9 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 76 | 233 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.09 |
| HSL | 255.67º | 0.78% | 0.61% | - |
| HSV(B) | 255.67º | 0.67% | 0.91% | - |
| XYZ | 24.63 | 14.83 | 78.66 | - |
| YUV | 106.16 | 199.58 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 233 | 0.50 | 0.67 | 0 | 0.09 | 255.67 | 0.78 | 0.61 |
| Hex | 75 | 4C | E9 | 32 | 43 | 0 | 9 | 100 | 4E | 3D |
| Octal | 165 | 114 | 351 | 62 | 103 | 0 | 11 | 400 | 116 | 75 |
| Binary | 1110101 | 1001100 | 11101001 | 110010 | 1000011 | 0 | 1001 | 100000000 | 1001110 | 111101 |
Color Harmonies of #754CE9
Complementary color
Monochromatic Colors of #754CE9
Black with #754CE9
Text Example
Text Example
White with #754CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754CE9; }
p { color: rgb(117,76,233); }
H1.HeaderClassName
{
color: #754CE9;
}
.AnyTagClassName
{
color: #754CE9;
}
</style>
background-color css
<style>
a { background-color: #754CE9; }
a { background-color: rgb(117,76,233); }
div.DivClassName
{
background-color: #754CE9;
}
.BgClassName
{
background-color: #754CE9;
}
</style>
border-color css
<style>
span { border-color: #754CE9; }
span { border-color: rgb(117,76,233); }
td.TdClassName
{
border-color: #754CE9;
}
.TagClassName
{
border-color: #754CE9;
}
</style>