Shades of Medium Slate Blue #7C5FDB
Tints of Medium Slate Blue #7C5FDB
RGB
CMYK
RGB Variations
Color information
#7C5FDB (or 0x7C5FDB) is known color: Medium Slate Blue. HEX triplet: 7C, 5F and DB. RGB value is (124,95,219). Sum of RGB (Red+Green+Blue) = 124+95+219=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C5FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5FDB is #83A024. Grayscale: #757575. Windows color (decimal): -8626213 or 14376828. OLE color: 14376828.
HSL color Cylindrical-coordinate representation of color #7C5FDB: hue angle of 254.03º 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 #7C5FDB is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 95 | 219 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.14 |
| HSL | 254.03º | 0.63% | 0.62% | - |
| HSV(B) | 254.03º | 0.57% | 0.86% | - |
| XYZ | 25.19 | 17.58 | 69.08 | - |
| YUV | 117.81 | 185.11 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 95 | 219 | 0.43 | 0.57 | 0 | 0.14 | 254.03 | 0.63 | 0.62 |
| Hex | 7C | 5F | DB | 2B | 39 | 0 | E | FE | 3F | 3E |
| Octal | 174 | 137 | 333 | 53 | 71 | 0 | 16 | 376 | 77 | 76 |
| Binary | 1111100 | 1011111 | 11011011 | 101011 | 111001 | 0 | 1110 | 11111110 | 111111 | 111110 |
Color Harmonies of #7C5FDB
Complementary color
Monochromatic Colors of #7C5FDB
Black with #7C5FDB
Text Example
Text Example
White with #7C5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5FDB; }
p { color: rgb(124,95,219); }
H1.HeaderClassName
{
color: #7C5FDB;
}
.AnyTagClassName
{
color: #7C5FDB;
}
</style>
background-color css
<style>
a { background-color: #7C5FDB; }
a { background-color: rgb(124,95,219); }
div.DivClassName
{
background-color: #7C5FDB;
}
.BgClassName
{
background-color: #7C5FDB;
}
</style>
border-color css
<style>
span { border-color: #7C5FDB; }
span { border-color: rgb(124,95,219); }
td.TdClassName
{
border-color: #7C5FDB;
}
.TagClassName
{
border-color: #7C5FDB;
}
</style>