Shades of Medium Slate Blue #755AEE
Tints of Medium Slate Blue #755AEE
RGB
CMYK
RGB Variations
Color information
#755AEE (or 0x755AEE) is known color: Medium Slate Blue. HEX triplet: 75, 5A and EE. RGB value is (117,90,238). Sum of RGB (Red+Green+Blue) = 117+90+238=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #755AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755AEE is #8AA511. Grayscale: #727272. Windows color (decimal): -9086226 or 15620725. OLE color: 15620725.
HSL color Cylindrical-coordinate representation of color #755AEE: hue angle of 250.95º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #755AEE is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 90 | 238 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.07 |
| HSL | 250.95º | 0.81% | 0.64% | - |
| HSV(B) | 250.95º | 0.62% | 0.93% | - |
| XYZ | 26.42 | 17.27 | 82.83 | - |
| YUV | 114.95 | 197.45 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 238 | 0.51 | 0.62 | 0 | 0.07 | 250.95 | 0.81 | 0.64 |
| Hex | 75 | 5A | EE | 33 | 3E | 0 | 7 | FB | 51 | 40 |
| Octal | 165 | 132 | 356 | 63 | 76 | 0 | 7 | 373 | 121 | 100 |
| Binary | 1110101 | 1011010 | 11101110 | 110011 | 111110 | 0 | 111 | 11111011 | 1010001 | 1000000 |
Color Harmonies of #755AEE
Complementary color
Monochromatic Colors of #755AEE
Black with #755AEE
Text Example
Text Example
White with #755AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755AEE; }
p { color: rgb(117,90,238); }
H1.HeaderClassName
{
color: #755AEE;
}
.AnyTagClassName
{
color: #755AEE;
}
</style>
background-color css
<style>
a { background-color: #755AEE; }
a { background-color: rgb(117,90,238); }
div.DivClassName
{
background-color: #755AEE;
}
.BgClassName
{
background-color: #755AEE;
}
</style>
border-color css
<style>
span { border-color: #755AEE; }
span { border-color: rgb(117,90,238); }
td.TdClassName
{
border-color: #755AEE;
}
.TagClassName
{
border-color: #755AEE;
}
</style>