Shades of Medium Slate Blue #754FEE
Tints of Medium Slate Blue #754FEE
RGB
CMYK
RGB Variations
Color information
#754FEE (or 0x754FEE) is known color: Medium Slate Blue. HEX triplet: 75, 4F and EE. RGB value is (117,79,238). Sum of RGB (Red+Green+Blue) = 117+79+238=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #754FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754FEE is #8AB011. Grayscale: #6B6B6B. Windows color (decimal): -9089042 or 15617909. OLE color: 15617909.
HSL color Cylindrical-coordinate representation of color #754FEE: hue angle of 254.34º 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 #754FEE is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 79 | 238 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.07 |
| HSL | 254.34º | 0.82% | 0.62% | - |
| HSV(B) | 254.34º | 0.67% | 0.93% | - |
| XYZ | 25.56 | 15.55 | 82.54 | - |
| YUV | 108.49 | 201.09 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 238 | 0.51 | 0.67 | 0 | 0.07 | 254.34 | 0.82 | 0.62 |
| Hex | 75 | 4F | EE | 33 | 43 | 0 | 7 | FE | 52 | 3E |
| Octal | 165 | 117 | 356 | 63 | 103 | 0 | 7 | 376 | 122 | 76 |
| Binary | 1110101 | 1001111 | 11101110 | 110011 | 1000011 | 0 | 111 | 11111110 | 1010010 | 111110 |
Color Harmonies of #754FEE
Complementary color
Monochromatic Colors of #754FEE
Black with #754FEE
Text Example
Text Example
White with #754FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FEE; }
p { color: rgb(117,79,238); }
H1.HeaderClassName
{
color: #754FEE;
}
.AnyTagClassName
{
color: #754FEE;
}
</style>
background-color css
<style>
a { background-color: #754FEE; }
a { background-color: rgb(117,79,238); }
div.DivClassName
{
background-color: #754FEE;
}
.BgClassName
{
background-color: #754FEE;
}
</style>
border-color css
<style>
span { border-color: #754FEE; }
span { border-color: rgb(117,79,238); }
td.TdClassName
{
border-color: #754FEE;
}
.TagClassName
{
border-color: #754FEE;
}
</style>