Shades of Medium Slate Blue #755BEB
Tints of Medium Slate Blue #755BEB
RGB
CMYK
RGB Variations
Color information
#755BEB (or 0x755BEB) is known color: Medium Slate Blue. HEX triplet: 75, 5B and EB. RGB value is (117,91,235). Sum of RGB (Red+Green+Blue) = 117+91+235=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #755BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755BEB is #8AA414. Grayscale: #727272. Windows color (decimal): -9085973 or 15424373. OLE color: 15424373.
HSL color Cylindrical-coordinate representation of color #755BEB: hue angle of 250.83º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #755BEB is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 91 | 235 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.08 |
| HSL | 250.83º | 0.78% | 0.64% | - |
| HSV(B) | 250.83º | 0.61% | 0.92% | - |
| XYZ | 26.07 | 17.26 | 80.56 | - |
| YUV | 115.19 | 195.61 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 235 | 0.50 | 0.61 | 0 | 0.08 | 250.83 | 0.78 | 0.64 |
| Hex | 75 | 5B | EB | 32 | 3D | 0 | 8 | FB | 4E | 40 |
| Octal | 165 | 133 | 353 | 62 | 75 | 0 | 10 | 373 | 116 | 100 |
| Binary | 1110101 | 1011011 | 11101011 | 110010 | 111101 | 0 | 1000 | 11111011 | 1001110 | 1000000 |
Color Harmonies of #755BEB
Complementary color
Monochromatic Colors of #755BEB
Black with #755BEB
Text Example
Text Example
White with #755BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755BEB; }
p { color: rgb(117,91,235); }
H1.HeaderClassName
{
color: #755BEB;
}
.AnyTagClassName
{
color: #755BEB;
}
</style>
background-color css
<style>
a { background-color: #755BEB; }
a { background-color: rgb(117,91,235); }
div.DivClassName
{
background-color: #755BEB;
}
.BgClassName
{
background-color: #755BEB;
}
</style>
border-color css
<style>
span { border-color: #755BEB; }
span { border-color: rgb(117,91,235); }
td.TdClassName
{
border-color: #755BEB;
}
.TagClassName
{
border-color: #755BEB;
}
</style>