Shades of Medium Slate Blue #7F5ADB
Tints of Medium Slate Blue #7F5ADB
RGB
CMYK
RGB Variations
Color information
#7F5ADB (or 0x7F5ADB) is known color: Medium Slate Blue. HEX triplet: 7F, 5A and DB. RGB value is (127,90,219). Sum of RGB (Red+Green+Blue) = 127+90+219=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F5ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5ADB is #80A524. Grayscale: #737373. Windows color (decimal): -8430885 or 14375551. OLE color: 14375551.
HSL color Cylindrical-coordinate representation of color #7F5ADB: hue angle of 257.21º degrees, saturation: 0.64, 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 #7F5ADB is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 90 | 219 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.14 |
| HSL | 257.21º | 0.64% | 0.61% | - |
| HSV(B) | 257.21º | 0.59% | 0.86% | - |
| XYZ | 25.19 | 16.94 | 68.96 | - |
| YUV | 115.77 | 186.26 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 90 | 219 | 0.42 | 0.59 | 0 | 0.14 | 257.21 | 0.64 | 0.61 |
| Hex | 7F | 5A | DB | 2A | 3B | 0 | E | 101 | 40 | 3D |
| Octal | 177 | 132 | 333 | 52 | 73 | 0 | 16 | 401 | 100 | 75 |
| Binary | 1111111 | 1011010 | 11011011 | 101010 | 111011 | 0 | 1110 | 100000001 | 1000000 | 111101 |
Color Harmonies of #7F5ADB
Complementary color
Monochromatic Colors of #7F5ADB
Black with #7F5ADB
Text Example
Text Example
White with #7F5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5ADB; }
p { color: rgb(127,90,219); }
H1.HeaderClassName
{
color: #7F5ADB;
}
.AnyTagClassName
{
color: #7F5ADB;
}
</style>
background-color css
<style>
a { background-color: #7F5ADB; }
a { background-color: rgb(127,90,219); }
div.DivClassName
{
background-color: #7F5ADB;
}
.BgClassName
{
background-color: #7F5ADB;
}
</style>
border-color css
<style>
span { border-color: #7F5ADB; }
span { border-color: rgb(127,90,219); }
td.TdClassName
{
border-color: #7F5ADB;
}
.TagClassName
{
border-color: #7F5ADB;
}
</style>