Shades of Medium Slate Blue #755CEB
Tints of Medium Slate Blue #755CEB
RGB
CMYK
RGB Variations
Color information
#755CEB (or 0x755CEB) is known color: Medium Slate Blue. HEX triplet: 75, 5C and EB. RGB value is (117,92,235). Sum of RGB (Red+Green+Blue) = 117+92+235=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #755CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755CEB is #8AA314. Grayscale: #737373. Windows color (decimal): -9085717 or 15424629. OLE color: 15424629.
HSL color Cylindrical-coordinate representation of color #755CEB: hue angle of 250.49º 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 #755CEB is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 92 | 235 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.08 |
| HSL | 250.49º | 0.78% | 0.64% | - |
| HSV(B) | 250.49º | 0.61% | 0.92% | - |
| XYZ | 26.16 | 17.43 | 80.58 | - |
| YUV | 115.78 | 195.28 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 235 | 0.50 | 0.61 | 0 | 0.08 | 250.49 | 0.78 | 0.64 |
| Hex | 75 | 5C | EB | 32 | 3D | 0 | 8 | FA | 4E | 40 |
| Octal | 165 | 134 | 353 | 62 | 75 | 0 | 10 | 372 | 116 | 100 |
| Binary | 1110101 | 1011100 | 11101011 | 110010 | 111101 | 0 | 1000 | 11111010 | 1001110 | 1000000 |
Color Harmonies of #755CEB
Complementary color
Monochromatic Colors of #755CEB
Black with #755CEB
Text Example
Text Example
White with #755CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755CEB; }
p { color: rgb(117,92,235); }
H1.HeaderClassName
{
color: #755CEB;
}
.AnyTagClassName
{
color: #755CEB;
}
</style>
background-color css
<style>
a { background-color: #755CEB; }
a { background-color: rgb(117,92,235); }
div.DivClassName
{
background-color: #755CEB;
}
.BgClassName
{
background-color: #755CEB;
}
</style>
border-color css
<style>
span { border-color: #755CEB; }
span { border-color: rgb(117,92,235); }
td.TdClassName
{
border-color: #755CEB;
}
.TagClassName
{
border-color: #755CEB;
}
</style>