Shades of Medium Slate Blue #7F5FDB
Tints of Medium Slate Blue #7F5FDB
RGB
CMYK
RGB Variations
Color information
#7F5FDB (or 0x7F5FDB) is known color: Medium Slate Blue. HEX triplet: 7F, 5F and DB. RGB value is (127,95,219). Sum of RGB (Red+Green+Blue) = 127+95+219=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F5FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5FDB is #80A024. Grayscale: #767676. Windows color (decimal): -8429605 or 14376831. OLE color: 14376831.
HSL color Cylindrical-coordinate representation of color #7F5FDB: hue angle of 255.48º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F5FDB is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 95 | 219 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.14 |
| HSL | 255.48º | 0.63% | 0.62% | - |
| HSV(B) | 255.48º | 0.57% | 0.86% | - |
| XYZ | 25.63 | 17.81 | 69.1 | - |
| YUV | 118.7 | 184.6 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 95 | 219 | 0.42 | 0.57 | 0 | 0.14 | 255.48 | 0.63 | 0.62 |
| Hex | 7F | 5F | DB | 2A | 39 | 0 | E | FF | 3F | 3E |
| Octal | 177 | 137 | 333 | 52 | 71 | 0 | 16 | 377 | 77 | 76 |
| Binary | 1111111 | 1011111 | 11011011 | 101010 | 111001 | 0 | 1110 | 11111111 | 111111 | 111110 |
Color Harmonies of #7F5FDB
Complementary color
Monochromatic Colors of #7F5FDB
Black with #7F5FDB
Text Example
Text Example
White with #7F5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5FDB; }
p { color: rgb(127,95,219); }
H1.HeaderClassName
{
color: #7F5FDB;
}
.AnyTagClassName
{
color: #7F5FDB;
}
</style>
background-color css
<style>
a { background-color: #7F5FDB; }
a { background-color: rgb(127,95,219); }
div.DivClassName
{
background-color: #7F5FDB;
}
.BgClassName
{
background-color: #7F5FDB;
}
</style>
border-color css
<style>
span { border-color: #7F5FDB; }
span { border-color: rgb(127,95,219); }
td.TdClassName
{
border-color: #7F5FDB;
}
.TagClassName
{
border-color: #7F5FDB;
}
</style>