Shades of Medium Slate Blue #754EE7
Tints of Medium Slate Blue #754EE7
RGB
CMYK
RGB Variations
Color information
#754EE7 (or 0x754EE7) is known color: Medium Slate Blue. HEX triplet: 75, 4E and E7. RGB value is (117,78,231). Sum of RGB (Red+Green+Blue) = 117+78+231=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #754EE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754EE7 is #8AB118. Grayscale: #6A6A6A. Windows color (decimal): -9089305 or 15158901. OLE color: 15158901.
HSL color Cylindrical-coordinate representation of color #754EE7: hue angle of 255.29º degrees, saturation: 0.76, 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 #754EE7 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 78 | 231 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.09 |
| HSL | 255.29º | 0.76% | 0.61% | - |
| HSV(B) | 255.29º | 0.66% | 0.91% | - |
| XYZ | 24.48 | 15 | 77.21 | - |
| YUV | 107.1 | 197.92 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 231 | 0.49 | 0.66 | 0 | 0.09 | 255.29 | 0.76 | 0.61 |
| Hex | 75 | 4E | E7 | 31 | 42 | 0 | 9 | FF | 4C | 3D |
| Octal | 165 | 116 | 347 | 61 | 102 | 0 | 11 | 377 | 114 | 75 |
| Binary | 1110101 | 1001110 | 11100111 | 110001 | 1000010 | 0 | 1001 | 11111111 | 1001100 | 111101 |
Color Harmonies of #754EE7
Complementary color
Monochromatic Colors of #754EE7
Black with #754EE7
Text Example
Text Example
White with #754EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754EE7; }
p { color: rgb(117,78,231); }
H1.HeaderClassName
{
color: #754EE7;
}
.AnyTagClassName
{
color: #754EE7;
}
</style>
background-color css
<style>
a { background-color: #754EE7; }
a { background-color: rgb(117,78,231); }
div.DivClassName
{
background-color: #754EE7;
}
.BgClassName
{
background-color: #754EE7;
}
</style>
border-color css
<style>
span { border-color: #754EE7; }
span { border-color: rgb(117,78,231); }
td.TdClassName
{
border-color: #754EE7;
}
.TagClassName
{
border-color: #754EE7;
}
</style>