Shades of Medium Slate Blue #755BEA
Tints of Medium Slate Blue #755BEA
RGB
CMYK
RGB Variations
Color information
#755BEA (or 0x755BEA) is known color: Medium Slate Blue. HEX triplet: 75, 5B and EA. RGB value is (117,91,234). Sum of RGB (Red+Green+Blue) = 117+91+234=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #755BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755BEA is #8AA415. Grayscale: #727272. Windows color (decimal): -9085974 or 15358837. OLE color: 15358837.
HSL color Cylindrical-coordinate representation of color #755BEA: hue angle of 250.91º degrees, saturation: 0.77, 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 #755BEA is Cyan = 0.5, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 91 | 234 | - |
| CMYK | 0.5 | 0.61 | 0 | 0.08 |
| HSL | 250.91º | 0.77% | 0.64% | - |
| HSV(B) | 250.91º | 0.61% | 0.92% | - |
| XYZ | 25.93 | 17.2 | 79.8 | - |
| YUV | 115.08 | 195.11 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 234 | 0.5 | 0.61 | 0 | 0.08 | 250.91 | 0.77 | 0.64 |
| Hex | 75 | 5B | EA | 32 | 3D | 0 | 8 | FB | 4D | 40 |
| Octal | 165 | 133 | 352 | 62 | 75 | 0 | 10 | 373 | 115 | 100 |
| Binary | 1110101 | 1011011 | 11101010 | 110010 | 111101 | 0 | 1000 | 11111011 | 1001101 | 1000000 |
Color Harmonies of #755BEA
Complementary color
Monochromatic Colors of #755BEA
Black with #755BEA
Text Example
Text Example
White with #755BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755BEA; }
p { color: rgb(117,91,234); }
H1.HeaderClassName
{
color: #755BEA;
}
.AnyTagClassName
{
color: #755BEA;
}
</style>
background-color css
<style>
a { background-color: #755BEA; }
a { background-color: rgb(117,91,234); }
div.DivClassName
{
background-color: #755BEA;
}
.BgClassName
{
background-color: #755BEA;
}
</style>
border-color css
<style>
span { border-color: #755BEA; }
span { border-color: rgb(117,91,234); }
td.TdClassName
{
border-color: #755BEA;
}
.TagClassName
{
border-color: #755BEA;
}
</style>