Shades of Medium Slate Blue #754EEB
Tints of Medium Slate Blue #754EEB
RGB
CMYK
RGB Variations
Color information
#754EEB (or 0x754EEB) is known color: Medium Slate Blue. HEX triplet: 75, 4E and EB. RGB value is (117,78,235). Sum of RGB (Red+Green+Blue) = 117+78+235=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #754EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754EEB is #8AB114. Grayscale: #6A6A6A. Windows color (decimal): -9089301 or 15421045. OLE color: 15421045.
HSL color Cylindrical-coordinate representation of color #754EEB: hue angle of 254.9º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #754EEB is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 78 | 235 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.08 |
| HSL | 254.9º | 0.8% | 0.61% | - |
| HSV(B) | 254.9º | 0.67% | 0.92% | - |
| XYZ | 25.06 | 15.23 | 80.22 | - |
| YUV | 107.56 | 199.92 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 235 | 0.50 | 0.67 | 0 | 0.08 | 254.9 | 0.8 | 0.61 |
| Hex | 75 | 4E | EB | 32 | 43 | 0 | 8 | FF | 50 | 3D |
| Octal | 165 | 116 | 353 | 62 | 103 | 0 | 10 | 377 | 120 | 75 |
| Binary | 1110101 | 1001110 | 11101011 | 110010 | 1000011 | 0 | 1000 | 11111111 | 1010000 | 111101 |
Color Harmonies of #754EEB
Complementary color
Monochromatic Colors of #754EEB
Black with #754EEB
Text Example
Text Example
White with #754EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754EEB; }
p { color: rgb(117,78,235); }
H1.HeaderClassName
{
color: #754EEB;
}
.AnyTagClassName
{
color: #754EEB;
}
</style>
background-color css
<style>
a { background-color: #754EEB; }
a { background-color: rgb(117,78,235); }
div.DivClassName
{
background-color: #754EEB;
}
.BgClassName
{
background-color: #754EEB;
}
</style>
border-color css
<style>
span { border-color: #754EEB; }
span { border-color: rgb(117,78,235); }
td.TdClassName
{
border-color: #754EEB;
}
.TagClassName
{
border-color: #754EEB;
}
</style>