Shades of Medium Slate Blue #754FEB
Tints of Medium Slate Blue #754FEB
RGB
CMYK
RGB Variations
Color information
#754FEB (or 0x754FEB) is known color: Medium Slate Blue. HEX triplet: 75, 4F and EB. RGB value is (117,79,235). Sum of RGB (Red+Green+Blue) = 117+79+235=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #754FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754FEB is #8AB014. Grayscale: #6B6B6B. Windows color (decimal): -9089045 or 15421301. OLE color: 15421301.
HSL color Cylindrical-coordinate representation of color #754FEB: hue angle of 254.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #754FEB is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 79 | 235 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.08 |
| HSL | 254.62º | 0.8% | 0.62% | - |
| HSV(B) | 254.62º | 0.66% | 0.92% | - |
| XYZ | 25.13 | 15.37 | 80.24 | - |
| YUV | 108.15 | 199.59 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 235 | 0.50 | 0.66 | 0 | 0.08 | 254.62 | 0.8 | 0.62 |
| Hex | 75 | 4F | EB | 32 | 42 | 0 | 8 | FF | 50 | 3E |
| Octal | 165 | 117 | 353 | 62 | 102 | 0 | 10 | 377 | 120 | 76 |
| Binary | 1110101 | 1001111 | 11101011 | 110010 | 1000010 | 0 | 1000 | 11111111 | 1010000 | 111110 |
Color Harmonies of #754FEB
Complementary color
Monochromatic Colors of #754FEB
Black with #754FEB
Text Example
Text Example
White with #754FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FEB; }
p { color: rgb(117,79,235); }
H1.HeaderClassName
{
color: #754FEB;
}
.AnyTagClassName
{
color: #754FEB;
}
</style>
background-color css
<style>
a { background-color: #754FEB; }
a { background-color: rgb(117,79,235); }
div.DivClassName
{
background-color: #754FEB;
}
.BgClassName
{
background-color: #754FEB;
}
</style>
border-color css
<style>
span { border-color: #754FEB; }
span { border-color: rgb(117,79,235); }
td.TdClassName
{
border-color: #754FEB;
}
.TagClassName
{
border-color: #754FEB;
}
</style>