Shades of Medium Slate Blue #754EEE
Tints of Medium Slate Blue #754EEE
RGB
CMYK
RGB Variations
Color information
#754EEE (or 0x754EEE) is known color: Medium Slate Blue. HEX triplet: 75, 4E and EE. RGB value is (117,78,238). Sum of RGB (Red+Green+Blue) = 117+78+238=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #754EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754EEE is #8AB111. Grayscale: #6B6B6B. Windows color (decimal): -9089298 or 15617653. OLE color: 15617653.
HSL color Cylindrical-coordinate representation of color #754EEE: hue angle of 254.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #754EEE is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 78 | 238 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.07 |
| HSL | 254.63º | 0.82% | 0.62% | - |
| HSV(B) | 254.63º | 0.67% | 0.93% | - |
| XYZ | 25.49 | 15.4 | 82.52 | - |
| YUV | 107.9 | 201.42 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 238 | 0.51 | 0.67 | 0 | 0.07 | 254.63 | 0.82 | 0.62 |
| Hex | 75 | 4E | EE | 33 | 43 | 0 | 7 | FF | 52 | 3E |
| Octal | 165 | 116 | 356 | 63 | 103 | 0 | 7 | 377 | 122 | 76 |
| Binary | 1110101 | 1001110 | 11101110 | 110011 | 1000011 | 0 | 111 | 11111111 | 1010010 | 111110 |
Color Harmonies of #754EEE
Complementary color
Monochromatic Colors of #754EEE
Black with #754EEE
Text Example
Text Example
White with #754EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754EEE; }
p { color: rgb(117,78,238); }
H1.HeaderClassName
{
color: #754EEE;
}
.AnyTagClassName
{
color: #754EEE;
}
</style>
background-color css
<style>
a { background-color: #754EEE; }
a { background-color: rgb(117,78,238); }
div.DivClassName
{
background-color: #754EEE;
}
.BgClassName
{
background-color: #754EEE;
}
</style>
border-color css
<style>
span { border-color: #754EEE; }
span { border-color: rgb(117,78,238); }
td.TdClassName
{
border-color: #754EEE;
}
.TagClassName
{
border-color: #754EEE;
}
</style>