Shades of Medium Slate Blue #755FEE
Tints of Medium Slate Blue #755FEE
RGB
CMYK
RGB Variations
Color information
#755FEE (or 0x755FEE) is known color: Medium Slate Blue. HEX triplet: 75, 5F and EE. RGB value is (117,95,238). Sum of RGB (Red+Green+Blue) = 117+95+238=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #755FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755FEE is #8AA011. Grayscale: #757575. Windows color (decimal): -9084946 or 15622005. OLE color: 15622005.
HSL color Cylindrical-coordinate representation of color #755FEE: hue angle of 249.23º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #755FEE is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 95 | 238 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.07 |
| HSL | 249.23º | 0.81% | 0.65% | - |
| HSV(B) | 249.23º | 0.6% | 0.93% | - |
| XYZ | 26.86 | 18.14 | 82.97 | - |
| YUV | 117.88 | 195.79 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 238 | 0.51 | 0.60 | 0 | 0.07 | 249.23 | 0.81 | 0.65 |
| Hex | 75 | 5F | EE | 33 | 3C | 0 | 7 | F9 | 51 | 41 |
| Octal | 165 | 137 | 356 | 63 | 74 | 0 | 7 | 371 | 121 | 101 |
| Binary | 1110101 | 1011111 | 11101110 | 110011 | 111100 | 0 | 111 | 11111001 | 1010001 | 1000001 |
Color Harmonies of #755FEE
Complementary color
Monochromatic Colors of #755FEE
Black with #755FEE
Text Example
Text Example
White with #755FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755FEE; }
p { color: rgb(117,95,238); }
H1.HeaderClassName
{
color: #755FEE;
}
.AnyTagClassName
{
color: #755FEE;
}
</style>
background-color css
<style>
a { background-color: #755FEE; }
a { background-color: rgb(117,95,238); }
div.DivClassName
{
background-color: #755FEE;
}
.BgClassName
{
background-color: #755FEE;
}
</style>
border-color css
<style>
span { border-color: #755FEE; }
span { border-color: rgb(117,95,238); }
td.TdClassName
{
border-color: #755FEE;
}
.TagClassName
{
border-color: #755FEE;
}
</style>