Shades of Medium Slate Blue #7A5DFF
Tints of Medium Slate Blue #7A5DFF
RGB
CMYK
RGB Variations
Color information
#7A5DFF (or 0x7A5DFF) is known color: Medium Slate Blue. HEX triplet: 7A, 5D and FF. RGB value is (122,93,255). Sum of RGB (Red+Green+Blue) = 122+93+255=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A5DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A5DFF is #85A200. Grayscale: #777777. Windows color (decimal): -8757761 or 16735610. OLE color: 16735610.
HSL color Cylindrical-coordinate representation of color #7A5DFF: hue angle of 250.74º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A5DFF is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 93 | 255 | - |
| CMYK | 0.52 | 0.64 | 0 | 0 |
| HSL | 250.74º | 1% | 0.68% | - |
| HSV(B) | 250.74º | 0.64% | 1% | - |
| XYZ | 29.99 | 19.19 | 96.73 | - |
| YUV | 120.14 | 204.11 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 93 | 255 | 0.52 | 0.64 | 0 | 0 | 250.74 | 1 | 0.68 |
| Hex | 7A | 5D | FF | 34 | 40 | 0 | 0 | FB | 64 | 44 |
| Octal | 172 | 135 | 377 | 64 | 100 | 0 | 0 | 373 | 144 | 104 |
| Binary | 1111010 | 1011101 | 11111111 | 110100 | 1000000 | 0 | 0 | 11111011 | 1100100 | 1000100 |
Color Harmonies of #7A5DFF
Complementary color
Monochromatic Colors of #7A5DFF
Black with #7A5DFF
Text Example
Text Example
White with #7A5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5DFF; }
p { color: rgb(122,93,255); }
H1.HeaderClassName
{
color: #7A5DFF;
}
.AnyTagClassName
{
color: #7A5DFF;
}
</style>
background-color css
<style>
a { background-color: #7A5DFF; }
a { background-color: rgb(122,93,255); }
div.DivClassName
{
background-color: #7A5DFF;
}
.BgClassName
{
background-color: #7A5DFF;
}
</style>
border-color css
<style>
span { border-color: #7A5DFF; }
span { border-color: rgb(122,93,255); }
td.TdClassName
{
border-color: #7A5DFF;
}
.TagClassName
{
border-color: #7A5DFF;
}
</style>