Shades of Medium Slate Blue #755AEB
Tints of Medium Slate Blue #755AEB
RGB
CMYK
RGB Variations
Color information
#755AEB (or 0x755AEB) is known color: Medium Slate Blue. HEX triplet: 75, 5A and EB. RGB value is (117,90,235). Sum of RGB (Red+Green+Blue) = 117+90+235=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #755AEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755AEB is #8AA514. Grayscale: #727272. Windows color (decimal): -9086229 or 15424117. OLE color: 15424117.
HSL color Cylindrical-coordinate representation of color #755AEB: hue angle of 251.17º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #755AEB is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 90 | 235 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.08 |
| HSL | 251.17º | 0.78% | 0.64% | - |
| HSV(B) | 251.17º | 0.62% | 0.92% | - |
| XYZ | 25.99 | 17.09 | 80.53 | - |
| YUV | 114.6 | 195.95 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 235 | 0.50 | 0.62 | 0 | 0.08 | 251.17 | 0.78 | 0.64 |
| Hex | 75 | 5A | EB | 32 | 3E | 0 | 8 | FB | 4E | 40 |
| Octal | 165 | 132 | 353 | 62 | 76 | 0 | 10 | 373 | 116 | 100 |
| Binary | 1110101 | 1011010 | 11101011 | 110010 | 111110 | 0 | 1000 | 11111011 | 1001110 | 1000000 |
Color Harmonies of #755AEB
Complementary color
Monochromatic Colors of #755AEB
Black with #755AEB
Text Example
Text Example
White with #755AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755AEB; }
p { color: rgb(117,90,235); }
H1.HeaderClassName
{
color: #755AEB;
}
.AnyTagClassName
{
color: #755AEB;
}
</style>
background-color css
<style>
a { background-color: #755AEB; }
a { background-color: rgb(117,90,235); }
div.DivClassName
{
background-color: #755AEB;
}
.BgClassName
{
background-color: #755AEB;
}
</style>
border-color css
<style>
span { border-color: #755AEB; }
span { border-color: rgb(117,90,235); }
td.TdClassName
{
border-color: #755AEB;
}
.TagClassName
{
border-color: #755AEB;
}
</style>