Shades of Medium Slate Blue #755BEE
Tints of Medium Slate Blue #755BEE
RGB
CMYK
RGB Variations
Color information
#755BEE (or 0x755BEE) is known color: Medium Slate Blue. HEX triplet: 75, 5B and EE. RGB value is (117,91,238). Sum of RGB (Red+Green+Blue) = 117+91+238=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #755BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755BEE is #8AA411. Grayscale: #727272. Windows color (decimal): -9085970 or 15620981. OLE color: 15620981.
HSL color Cylindrical-coordinate representation of color #755BEE: hue angle of 250.61º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #755BEE is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 91 | 238 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.07 |
| HSL | 250.61º | 0.81% | 0.65% | - |
| HSV(B) | 250.61º | 0.62% | 0.93% | - |
| XYZ | 26.51 | 17.44 | 82.86 | - |
| YUV | 115.53 | 197.11 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 238 | 0.51 | 0.62 | 0 | 0.07 | 250.61 | 0.81 | 0.65 |
| Hex | 75 | 5B | EE | 33 | 3E | 0 | 7 | FB | 51 | 41 |
| Octal | 165 | 133 | 356 | 63 | 76 | 0 | 7 | 373 | 121 | 101 |
| Binary | 1110101 | 1011011 | 11101110 | 110011 | 111110 | 0 | 111 | 11111011 | 1010001 | 1000001 |
Color Harmonies of #755BEE
Complementary color
Monochromatic Colors of #755BEE
Black with #755BEE
Text Example
Text Example
White with #755BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755BEE; }
p { color: rgb(117,91,238); }
H1.HeaderClassName
{
color: #755BEE;
}
.AnyTagClassName
{
color: #755BEE;
}
</style>
background-color css
<style>
a { background-color: #755BEE; }
a { background-color: rgb(117,91,238); }
div.DivClassName
{
background-color: #755BEE;
}
.BgClassName
{
background-color: #755BEE;
}
</style>
border-color css
<style>
span { border-color: #755BEE; }
span { border-color: rgb(117,91,238); }
td.TdClassName
{
border-color: #755BEE;
}
.TagClassName
{
border-color: #755BEE;
}
</style>