Shades of Medium Slate Blue #7F5ADC
Tints of Medium Slate Blue #7F5ADC
RGB
CMYK
RGB Variations
Color information
#7F5ADC (or 0x7F5ADC) is known color: Medium Slate Blue. HEX triplet: 7F, 5A and DC. RGB value is (127,90,220). Sum of RGB (Red+Green+Blue) = 127+90+220=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F5ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5ADC is #80A523. Grayscale: #737373. Windows color (decimal): -8430884 or 14441087. OLE color: 14441087.
HSL color Cylindrical-coordinate representation of color #7F5ADC: hue angle of 257.08º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F5ADC is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 90 | 220 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.14 |
| HSL | 257.08º | 0.65% | 0.61% | - |
| HSV(B) | 257.08º | 0.59% | 0.86% | - |
| XYZ | 25.33 | 16.99 | 69.66 | - |
| YUV | 115.88 | 186.76 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 90 | 220 | 0.42 | 0.59 | 0 | 0.14 | 257.08 | 0.65 | 0.61 |
| Hex | 7F | 5A | DC | 2A | 3B | 0 | E | 101 | 41 | 3D |
| Octal | 177 | 132 | 334 | 52 | 73 | 0 | 16 | 401 | 101 | 75 |
| Binary | 1111111 | 1011010 | 11011100 | 101010 | 111011 | 0 | 1110 | 100000001 | 1000001 | 111101 |
Color Harmonies of #7F5ADC
Complementary color
Monochromatic Colors of #7F5ADC
Black with #7F5ADC
Text Example
Text Example
White with #7F5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5ADC; }
p { color: rgb(127,90,220); }
H1.HeaderClassName
{
color: #7F5ADC;
}
.AnyTagClassName
{
color: #7F5ADC;
}
</style>
background-color css
<style>
a { background-color: #7F5ADC; }
a { background-color: rgb(127,90,220); }
div.DivClassName
{
background-color: #7F5ADC;
}
.BgClassName
{
background-color: #7F5ADC;
}
</style>
border-color css
<style>
span { border-color: #7F5ADC; }
span { border-color: rgb(127,90,220); }
td.TdClassName
{
border-color: #7F5ADC;
}
.TagClassName
{
border-color: #7F5ADC;
}
</style>