Shades of Medium Slate Blue #754EF8
Tints of Medium Slate Blue #754EF8
RGB
CMYK
RGB Variations
Color information
#754EF8 (or 0x754EF8) is known color: Medium Slate Blue. HEX triplet: 75, 4E and F8. RGB value is (117,78,248). Sum of RGB (Red+Green+Blue) = 117+78+248=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 248 (97.27% from 255 or 55.98% from 443); Max value from RGB is 248 - color contains mainly: blue. Hex color #754EF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754EF8 is #8AB107. Grayscale: #6C6C6C. Windows color (decimal): -9089288 or 16273013. OLE color: 16273013.
HSL color Cylindrical-coordinate representation of color #754EF8: hue angle of 253.76º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #754EF8 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 78 | 248 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.03 |
| HSL | 253.76º | 0.92% | 0.64% | - |
| HSV(B) | 253.76º | 0.69% | 0.97% | - |
| XYZ | 27 | 16.01 | 90.47 | - |
| YUV | 109.04 | 206.42 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 248 | 0.53 | 0.69 | 0 | 0.03 | 253.76 | 0.92 | 0.64 |
| Hex | 75 | 4E | F8 | 35 | 45 | 0 | 3 | FE | 5C | 40 |
| Octal | 165 | 116 | 370 | 65 | 105 | 0 | 3 | 376 | 134 | 100 |
| Binary | 1110101 | 1001110 | 11111000 | 110101 | 1000101 | 0 | 11 | 11111110 | 1011100 | 1000000 |
Color Harmonies of #754EF8
Complementary color
Monochromatic Colors of #754EF8
Black with #754EF8
Text Example
Text Example
White with #754EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754EF8; }
p { color: rgb(117,78,248); }
H1.HeaderClassName
{
color: #754EF8;
}
.AnyTagClassName
{
color: #754EF8;
}
</style>
background-color css
<style>
a { background-color: #754EF8; }
a { background-color: rgb(117,78,248); }
div.DivClassName
{
background-color: #754EF8;
}
.BgClassName
{
background-color: #754EF8;
}
</style>
border-color css
<style>
span { border-color: #754EF8; }
span { border-color: rgb(117,78,248); }
td.TdClassName
{
border-color: #754EF8;
}
.TagClassName
{
border-color: #754EF8;
}
</style>