Shades of Medium Slate Blue #754EE5
Tints of Medium Slate Blue #754EE5
RGB
CMYK
RGB Variations
Color information
#754EE5 (or 0x754EE5) is known color: Medium Slate Blue. HEX triplet: 75, 4E and E5. RGB value is (117,78,229). Sum of RGB (Red+Green+Blue) = 117+78+229=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 229 (89.84% from 255 or 54.01% from 424); Max value from RGB is 229 - color contains mainly: blue. Hex color #754EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754EE5 is #8AB11A. Grayscale: #6A6A6A. Windows color (decimal): -9089307 or 15027829. OLE color: 15027829.
HSL color Cylindrical-coordinate representation of color #754EE5: hue angle of 255.5º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #754EE5 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 78 | 229 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.10 |
| HSL | 255.5º | 0.74% | 0.6% | - |
| HSV(B) | 255.5º | 0.66% | 0.9% | - |
| XYZ | 24.2 | 14.89 | 75.73 | - |
| YUV | 106.88 | 196.92 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 229 | 0.49 | 0.66 | 0 | 0.10 | 255.5 | 0.74 | 0.6 |
| Hex | 75 | 4E | E5 | 31 | 42 | 0 | A | FF | 4A | 3C |
| Octal | 165 | 116 | 345 | 61 | 102 | 0 | 12 | 377 | 112 | 74 |
| Binary | 1110101 | 1001110 | 11100101 | 110001 | 1000010 | 0 | 1010 | 11111111 | 1001010 | 111100 |
Color Harmonies of #754EE5
Complementary color
Monochromatic Colors of #754EE5
Black with #754EE5
Text Example
Text Example
White with #754EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754EE5; }
p { color: rgb(117,78,229); }
H1.HeaderClassName
{
color: #754EE5;
}
.AnyTagClassName
{
color: #754EE5;
}
</style>
background-color css
<style>
a { background-color: #754EE5; }
a { background-color: rgb(117,78,229); }
div.DivClassName
{
background-color: #754EE5;
}
.BgClassName
{
background-color: #754EE5;
}
</style>
border-color css
<style>
span { border-color: #754EE5; }
span { border-color: rgb(117,78,229); }
td.TdClassName
{
border-color: #754EE5;
}
.TagClassName
{
border-color: #754EE5;
}
</style>