Shades of Medium Slate Blue #7A5FDC
Tints of Medium Slate Blue #7A5FDC
RGB
CMYK
RGB Variations
Color information
#7A5FDC (or 0x7A5FDC) is known color: Medium Slate Blue. HEX triplet: 7A, 5F and DC. RGB value is (122,95,220). Sum of RGB (Red+Green+Blue) = 122+95+220=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A5FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5FDC is #85A023. Grayscale: #747474. Windows color (decimal): -8757284 or 14442362. OLE color: 14442362.
HSL color Cylindrical-coordinate representation of color #7A5FDC: hue angle of 252.96º degrees, saturation: 0.64, 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 #7A5FDC is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 95 | 220 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.14 |
| HSL | 252.96º | 0.64% | 0.62% | - |
| HSV(B) | 252.96º | 0.57% | 0.86% | - |
| XYZ | 25.04 | 17.49 | 69.77 | - |
| YUV | 117.32 | 185.95 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 95 | 220 | 0.45 | 0.57 | 0 | 0.14 | 252.96 | 0.64 | 0.62 |
| Hex | 7A | 5F | DC | 2D | 39 | 0 | E | FD | 40 | 3E |
| Octal | 172 | 137 | 334 | 55 | 71 | 0 | 16 | 375 | 100 | 76 |
| Binary | 1111010 | 1011111 | 11011100 | 101101 | 111001 | 0 | 1110 | 11111101 | 1000000 | 111110 |
Color Harmonies of #7A5FDC
Complementary color
Monochromatic Colors of #7A5FDC
Black with #7A5FDC
Text Example
Text Example
White with #7A5FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5FDC; }
p { color: rgb(122,95,220); }
H1.HeaderClassName
{
color: #7A5FDC;
}
.AnyTagClassName
{
color: #7A5FDC;
}
</style>
background-color css
<style>
a { background-color: #7A5FDC; }
a { background-color: rgb(122,95,220); }
div.DivClassName
{
background-color: #7A5FDC;
}
.BgClassName
{
background-color: #7A5FDC;
}
</style>
border-color css
<style>
span { border-color: #7A5FDC; }
span { border-color: rgb(122,95,220); }
td.TdClassName
{
border-color: #7A5FDC;
}
.TagClassName
{
border-color: #7A5FDC;
}
</style>