Shades of Medium Slate Blue #754EE9
Tints of Medium Slate Blue #754EE9
RGB
CMYK
RGB Variations
Color information
#754EE9 (or 0x754EE9) is known color: Medium Slate Blue. HEX triplet: 75, 4E and E9. RGB value is (117,78,233). Sum of RGB (Red+Green+Blue) = 117+78+233=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 233 (91.41% from 255 or 54.44% from 428); Max value from RGB is 233 - color contains mainly: blue. Hex color #754EE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754EE9 is #8AB116. Grayscale: #6A6A6A. Windows color (decimal): -9089303 or 15289973. OLE color: 15289973.
HSL color Cylindrical-coordinate representation of color #754EE9: hue angle of 255.1º 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 #754EE9 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 78 | 233 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.09 |
| HSL | 255.1º | 0.78% | 0.61% | - |
| HSV(B) | 255.1º | 0.67% | 0.91% | - |
| XYZ | 24.77 | 15.11 | 78.7 | - |
| YUV | 107.33 | 198.92 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 233 | 0.50 | 0.67 | 0 | 0.09 | 255.1 | 0.78 | 0.61 |
| Hex | 75 | 4E | E9 | 32 | 43 | 0 | 9 | FF | 4E | 3D |
| Octal | 165 | 116 | 351 | 62 | 103 | 0 | 11 | 377 | 116 | 75 |
| Binary | 1110101 | 1001110 | 11101001 | 110010 | 1000011 | 0 | 1001 | 11111111 | 1001110 | 111101 |
Color Harmonies of #754EE9
Complementary color
Monochromatic Colors of #754EE9
Black with #754EE9
Text Example
Text Example
White with #754EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754EE9; }
p { color: rgb(117,78,233); }
H1.HeaderClassName
{
color: #754EE9;
}
.AnyTagClassName
{
color: #754EE9;
}
</style>
background-color css
<style>
a { background-color: #754EE9; }
a { background-color: rgb(117,78,233); }
div.DivClassName
{
background-color: #754EE9;
}
.BgClassName
{
background-color: #754EE9;
}
</style>
border-color css
<style>
span { border-color: #754EE9; }
span { border-color: rgb(117,78,233); }
td.TdClassName
{
border-color: #754EE9;
}
.TagClassName
{
border-color: #754EE9;
}
</style>