Shades of Medium Slate Blue #7A5DFE
Tints of Medium Slate Blue #7A5DFE
RGB
CMYK
RGB Variations
Color information
#7A5DFE (or 0x7A5DFE) is known color: Medium Slate Blue. HEX triplet: 7A, 5D and FE. RGB value is (122,93,254). Sum of RGB (Red+Green+Blue) = 122+93+254=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A5DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A5DFE is #85A201. Grayscale: #777777. Windows color (decimal): -8757762 or 16670074. OLE color: 16670074.
HSL color Cylindrical-coordinate representation of color #7A5DFE: hue angle of 250.81º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A5DFE is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 93 | 254 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.00 |
| HSL | 250.81º | 0.99% | 0.68% | - |
| HSV(B) | 250.81º | 0.63% | 1% | - |
| XYZ | 29.83 | 19.12 | 95.88 | - |
| YUV | 120.03 | 203.61 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 93 | 254 | 0.52 | 0.63 | 0 | 0.00 | 250.81 | 0.99 | 0.68 |
| Hex | 7A | 5D | FE | 34 | 3F | 0 | 0 | FB | 63 | 44 |
| Octal | 172 | 135 | 376 | 64 | 77 | 0 | 0 | 373 | 143 | 104 |
| Binary | 1111010 | 1011101 | 11111110 | 110100 | 111111 | 0 | 0 | 11111011 | 1100011 | 1000100 |
Color Harmonies of #7A5DFE
Complementary color
Monochromatic Colors of #7A5DFE
Black with #7A5DFE
Text Example
Text Example
White with #7A5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5DFE; }
p { color: rgb(122,93,254); }
H1.HeaderClassName
{
color: #7A5DFE;
}
.AnyTagClassName
{
color: #7A5DFE;
}
</style>
background-color css
<style>
a { background-color: #7A5DFE; }
a { background-color: rgb(122,93,254); }
div.DivClassName
{
background-color: #7A5DFE;
}
.BgClassName
{
background-color: #7A5DFE;
}
</style>
border-color css
<style>
span { border-color: #7A5DFE; }
span { border-color: rgb(122,93,254); }
td.TdClassName
{
border-color: #7A5DFE;
}
.TagClassName
{
border-color: #7A5DFE;
}
</style>