Shades of Medium Slate Blue #7F5DDC
Tints of Medium Slate Blue #7F5DDC
RGB
CMYK
RGB Variations
Color information
#7F5DDC (or 0x7F5DDC) is known color: Medium Slate Blue. HEX triplet: 7F, 5D and DC. RGB value is (127,93,220). Sum of RGB (Red+Green+Blue) = 127+93+220=440 (58% of max value = 765). Red value is 127 (50% from 255 or 28.86% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F5DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5DDC is #80A223. Grayscale: #757575. Windows color (decimal): -8430116 or 14441855. OLE color: 14441855.
HSL color Cylindrical-coordinate representation of color #7F5DDC: hue angle of 256.06º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F5DDC is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 93 | 220 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.14 |
| HSL | 256.06º | 0.64% | 0.61% | - |
| HSV(B) | 256.06º | 0.58% | 0.86% | - |
| XYZ | 25.59 | 17.51 | 69.74 | - |
| YUV | 117.64 | 185.76 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 93 | 220 | 0.42 | 0.58 | 0 | 0.14 | 256.06 | 0.64 | 0.61 |
| Hex | 7F | 5D | DC | 2A | 3A | 0 | E | 100 | 40 | 3D |
| Octal | 177 | 135 | 334 | 52 | 72 | 0 | 16 | 400 | 100 | 75 |
| Binary | 1111111 | 1011101 | 11011100 | 101010 | 111010 | 0 | 1110 | 100000000 | 1000000 | 111101 |
Color Harmonies of #7F5DDC
Complementary color
Monochromatic Colors of #7F5DDC
Black with #7F5DDC
Text Example
Text Example
White with #7F5DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5DDC; }
p { color: rgb(127,93,220); }
H1.HeaderClassName
{
color: #7F5DDC;
}
.AnyTagClassName
{
color: #7F5DDC;
}
</style>
background-color css
<style>
a { background-color: #7F5DDC; }
a { background-color: rgb(127,93,220); }
div.DivClassName
{
background-color: #7F5DDC;
}
.BgClassName
{
background-color: #7F5DDC;
}
</style>
border-color css
<style>
span { border-color: #7F5DDC; }
span { border-color: rgb(127,93,220); }
td.TdClassName
{
border-color: #7F5DDC;
}
.TagClassName
{
border-color: #7F5DDC;
}
</style>