Shades of Medium Slate Blue #7F5DDF
Tints of Medium Slate Blue #7F5DDF
RGB
CMYK
RGB Variations
Color information
#7F5DDF (or 0x7F5DDF) is known color: Medium Slate Blue. HEX triplet: 7F, 5D and DF. RGB value is (127,93,223). Sum of RGB (Red+Green+Blue) = 127+93+223=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F5DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5DDF is #80A220. Grayscale: #757575. Windows color (decimal): -8430113 or 14638463. OLE color: 14638463.
HSL color Cylindrical-coordinate representation of color #7F5DDF: hue angle of 255.69º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F5DDF is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 93 | 223 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.13 |
| HSL | 255.69º | 0.67% | 0.62% | - |
| HSV(B) | 255.69º | 0.58% | 0.87% | - |
| XYZ | 25.99 | 17.67 | 71.85 | - |
| YUV | 117.99 | 187.26 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 93 | 223 | 0.43 | 0.58 | 0 | 0.13 | 255.69 | 0.67 | 0.62 |
| Hex | 7F | 5D | DF | 2B | 3A | 0 | D | 100 | 43 | 3E |
| Octal | 177 | 135 | 337 | 53 | 72 | 0 | 15 | 400 | 103 | 76 |
| Binary | 1111111 | 1011101 | 11011111 | 101011 | 111010 | 0 | 1101 | 100000000 | 1000011 | 111110 |
Color Harmonies of #7F5DDF
Complementary color
Monochromatic Colors of #7F5DDF
Black with #7F5DDF
Text Example
Text Example
White with #7F5DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5DDF; }
p { color: rgb(127,93,223); }
H1.HeaderClassName
{
color: #7F5DDF;
}
.AnyTagClassName
{
color: #7F5DDF;
}
</style>
background-color css
<style>
a { background-color: #7F5DDF; }
a { background-color: rgb(127,93,223); }
div.DivClassName
{
background-color: #7F5DDF;
}
.BgClassName
{
background-color: #7F5DDF;
}
</style>
border-color css
<style>
span { border-color: #7F5DDF; }
span { border-color: rgb(127,93,223); }
td.TdClassName
{
border-color: #7F5DDF;
}
.TagClassName
{
border-color: #7F5DDF;
}
</style>