Shades of Medium Slate Blue #755CE1
Tints of Medium Slate Blue #755CE1
RGB
CMYK
RGB Variations
Color information
#755CE1 (or 0x755CE1) is known color: Medium Slate Blue. HEX triplet: 75, 5C and E1. RGB value is (117,92,225). Sum of RGB (Red+Green+Blue) = 117+92+225=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #755CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CE1 is #8AA31E. Grayscale: #727272. Windows color (decimal): -9085727 or 14769269. OLE color: 14769269.
HSL color Cylindrical-coordinate representation of color #755CE1: hue angle of 251.28º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #755CE1 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 92 | 225 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.12 |
| HSL | 251.28º | 0.69% | 0.62% | - |
| HSV(B) | 251.28º | 0.59% | 0.88% | - |
| XYZ | 24.75 | 16.87 | 73.19 | - |
| YUV | 114.64 | 190.28 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 225 | 0.48 | 0.59 | 0 | 0.12 | 251.28 | 0.69 | 0.62 |
| Hex | 75 | 5C | E1 | 30 | 3B | 0 | C | FB | 45 | 3E |
| Octal | 165 | 134 | 341 | 60 | 73 | 0 | 14 | 373 | 105 | 76 |
| Binary | 1110101 | 1011100 | 11100001 | 110000 | 111011 | 0 | 1100 | 11111011 | 1000101 | 111110 |
Color Harmonies of #755CE1
Complementary color
Monochromatic Colors of #755CE1
Black with #755CE1
Text Example
Text Example
White with #755CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755CE1; }
p { color: rgb(117,92,225); }
H1.HeaderClassName
{
color: #755CE1;
}
.AnyTagClassName
{
color: #755CE1;
}
</style>
background-color css
<style>
a { background-color: #755CE1; }
a { background-color: rgb(117,92,225); }
div.DivClassName
{
background-color: #755CE1;
}
.BgClassName
{
background-color: #755CE1;
}
</style>
border-color css
<style>
span { border-color: #755CE1; }
span { border-color: rgb(117,92,225); }
td.TdClassName
{
border-color: #755CE1;
}
.TagClassName
{
border-color: #755CE1;
}
</style>