Shades of Medium Slate Blue #7D5AF8
Tints of Medium Slate Blue #7D5AF8
RGB
CMYK
RGB Variations
Color information
#7D5AF8 (or 0x7D5AF8) is known color: Medium Slate Blue. HEX triplet: 7D, 5A and F8. RGB value is (125,90,248). Sum of RGB (Red+Green+Blue) = 125+90+248=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 248 (97.27% from 255 or 53.56% from 463); Max value from RGB is 248 - color contains mainly: blue. Hex color #7D5AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5AF8 is #82A507. Grayscale: #757575. Windows color (decimal): -8561928 or 16276093. OLE color: 16276093.
HSL color Cylindrical-coordinate representation of color #7D5AF8: hue angle of 253.29º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D5AF8 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 90 | 248 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.03 |
| HSL | 253.29º | 0.92% | 0.66% | - |
| HSV(B) | 253.29º | 0.64% | 0.97% | - |
| XYZ | 29.06 | 18.45 | 90.84 | - |
| YUV | 118.48 | 201.1 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 90 | 248 | 0.50 | 0.64 | 0 | 0.03 | 253.29 | 0.92 | 0.66 |
| Hex | 7D | 5A | F8 | 32 | 40 | 0 | 3 | FD | 5C | 42 |
| Octal | 175 | 132 | 370 | 62 | 100 | 0 | 3 | 375 | 134 | 102 |
| Binary | 1111101 | 1011010 | 11111000 | 110010 | 1000000 | 0 | 11 | 11111101 | 1011100 | 1000010 |
Color Harmonies of #7D5AF8
Complementary color
Monochromatic Colors of #7D5AF8
Black with #7D5AF8
Text Example
Text Example
White with #7D5AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5AF8; }
p { color: rgb(125,90,248); }
H1.HeaderClassName
{
color: #7D5AF8;
}
.AnyTagClassName
{
color: #7D5AF8;
}
</style>
background-color css
<style>
a { background-color: #7D5AF8; }
a { background-color: rgb(125,90,248); }
div.DivClassName
{
background-color: #7D5AF8;
}
.BgClassName
{
background-color: #7D5AF8;
}
</style>
border-color css
<style>
span { border-color: #7D5AF8; }
span { border-color: rgb(125,90,248); }
td.TdClassName
{
border-color: #7D5AF8;
}
.TagClassName
{
border-color: #7D5AF8;
}
</style>