Shades of Medium Slate Blue #7D5AFB
Tints of Medium Slate Blue #7D5AFB
RGB
CMYK
RGB Variations
Color information
#7D5AFB (or 0x7D5AFB) is known color: Medium Slate Blue. HEX triplet: 7D, 5A and FB. RGB value is (125,90,251). Sum of RGB (Red+Green+Blue) = 125+90+251=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D5AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5AFB is #82A504. Grayscale: #767676. Windows color (decimal): -8561925 or 16472701. OLE color: 16472701.
HSL color Cylindrical-coordinate representation of color #7D5AFB: hue angle of 253.04º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D5AFB is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 90 | 251 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.02 |
| HSL | 253.04º | 0.95% | 0.67% | - |
| HSV(B) | 253.04º | 0.64% | 0.98% | - |
| XYZ | 29.53 | 18.64 | 93.31 | - |
| YUV | 118.82 | 202.6 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 90 | 251 | 0.50 | 0.64 | 0 | 0.02 | 253.04 | 0.95 | 0.67 |
| Hex | 7D | 5A | FB | 32 | 40 | 0 | 2 | FD | 5F | 43 |
| Octal | 175 | 132 | 373 | 62 | 100 | 0 | 2 | 375 | 137 | 103 |
| Binary | 1111101 | 1011010 | 11111011 | 110010 | 1000000 | 0 | 10 | 11111101 | 1011111 | 1000011 |
Color Harmonies of #7D5AFB
Complementary color
Monochromatic Colors of #7D5AFB
Black with #7D5AFB
Text Example
Text Example
White with #7D5AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5AFB; }
p { color: rgb(125,90,251); }
H1.HeaderClassName
{
color: #7D5AFB;
}
.AnyTagClassName
{
color: #7D5AFB;
}
</style>
background-color css
<style>
a { background-color: #7D5AFB; }
a { background-color: rgb(125,90,251); }
div.DivClassName
{
background-color: #7D5AFB;
}
.BgClassName
{
background-color: #7D5AFB;
}
</style>
border-color css
<style>
span { border-color: #7D5AFB; }
span { border-color: rgb(125,90,251); }
td.TdClassName
{
border-color: #7D5AFB;
}
.TagClassName
{
border-color: #7D5AFB;
}
</style>