Shades of Medium Slate Blue #755CDF
Tints of Medium Slate Blue #755CDF
RGB
CMYK
RGB Variations
Color information
#755CDF (or 0x755CDF) is known color: Medium Slate Blue. HEX triplet: 75, 5C and DF. RGB value is (117,92,223). Sum of RGB (Red+Green+Blue) = 117+92+223=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #755CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CDF is #8AA320. Grayscale: #717171. Windows color (decimal): -9085729 or 14638197. OLE color: 14638197.
HSL color Cylindrical-coordinate representation of color #755CDF: hue angle of 251.45º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #755CDF is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 92 | 223 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.13 |
| HSL | 251.45º | 0.67% | 0.62% | - |
| HSV(B) | 251.45º | 0.59% | 0.87% | - |
| XYZ | 24.48 | 16.76 | 71.76 | - |
| YUV | 114.41 | 189.28 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 223 | 0.48 | 0.59 | 0 | 0.13 | 251.45 | 0.67 | 0.62 |
| Hex | 75 | 5C | DF | 30 | 3B | 0 | D | FB | 43 | 3E |
| Octal | 165 | 134 | 337 | 60 | 73 | 0 | 15 | 373 | 103 | 76 |
| Binary | 1110101 | 1011100 | 11011111 | 110000 | 111011 | 0 | 1101 | 11111011 | 1000011 | 111110 |
Color Harmonies of #755CDF
Complementary color
Monochromatic Colors of #755CDF
Black with #755CDF
Text Example
Text Example
White with #755CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755CDF; }
p { color: rgb(117,92,223); }
H1.HeaderClassName
{
color: #755CDF;
}
.AnyTagClassName
{
color: #755CDF;
}
</style>
background-color css
<style>
a { background-color: #755CDF; }
a { background-color: rgb(117,92,223); }
div.DivClassName
{
background-color: #755CDF;
}
.BgClassName
{
background-color: #755CDF;
}
</style>
border-color css
<style>
span { border-color: #755CDF; }
span { border-color: rgb(117,92,223); }
td.TdClassName
{
border-color: #755CDF;
}
.TagClassName
{
border-color: #755CDF;
}
</style>