Shades of Medium Slate Blue #754FE9
Tints of Medium Slate Blue #754FE9
RGB
CMYK
RGB Variations
Color information
#754FE9 (or 0x754FE9) is known color: Medium Slate Blue. HEX triplet: 75, 4F and E9. RGB value is (117,79,233). Sum of RGB (Red+Green+Blue) = 117+79+233=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 233 (91.41% from 255 or 54.31% from 429); Max value from RGB is 233 - color contains mainly: blue. Hex color #754FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754FE9 is #8AB016. Grayscale: #6B6B6B. Windows color (decimal): -9089047 or 15290229. OLE color: 15290229.
HSL color Cylindrical-coordinate representation of color #754FE9: hue angle of 254.81º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #754FE9 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 79 | 233 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.09 |
| HSL | 254.81º | 0.78% | 0.61% | - |
| HSV(B) | 254.81º | 0.66% | 0.91% | - |
| XYZ | 24.84 | 15.26 | 78.73 | - |
| YUV | 107.92 | 198.59 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 233 | 0.50 | 0.66 | 0 | 0.09 | 254.81 | 0.78 | 0.61 |
| Hex | 75 | 4F | E9 | 32 | 42 | 0 | 9 | FF | 4E | 3D |
| Octal | 165 | 117 | 351 | 62 | 102 | 0 | 11 | 377 | 116 | 75 |
| Binary | 1110101 | 1001111 | 11101001 | 110010 | 1000010 | 0 | 1001 | 11111111 | 1001110 | 111101 |
Color Harmonies of #754FE9
Complementary color
Monochromatic Colors of #754FE9
Black with #754FE9
Text Example
Text Example
White with #754FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FE9; }
p { color: rgb(117,79,233); }
H1.HeaderClassName
{
color: #754FE9;
}
.AnyTagClassName
{
color: #754FE9;
}
</style>
background-color css
<style>
a { background-color: #754FE9; }
a { background-color: rgb(117,79,233); }
div.DivClassName
{
background-color: #754FE9;
}
.BgClassName
{
background-color: #754FE9;
}
</style>
border-color css
<style>
span { border-color: #754FE9; }
span { border-color: rgb(117,79,233); }
td.TdClassName
{
border-color: #754FE9;
}
.TagClassName
{
border-color: #754FE9;
}
</style>