Shades of Medium Slate Blue #7A45FD
Tints of Medium Slate Blue #7A45FD
RGB
CMYK
RGB Variations
Color information
#7A45FD (or 0x7A45FD) is known color: Medium Slate Blue. HEX triplet: 7A, 45 and FD. RGB value is (122,69,253). Sum of RGB (Red+Green+Blue) = 122+69+253=444 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.48% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A45FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A45FD is #85BA02. Grayscale: #696969. Windows color (decimal): -8763907 or 16598394. OLE color: 16598394.
HSL color Cylindrical-coordinate representation of color #7A45FD: hue angle of 257.28º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A45FD is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 69 | 253 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.01 |
| HSL | 257.28º | 0.98% | 0.63% | - |
| HSV(B) | 257.28º | 0.73% | 0.99% | - |
| XYZ | 27.88 | 15.49 | 94.45 | - |
| YUV | 105.82 | 211.06 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 69 | 253 | 0.52 | 0.73 | 0 | 0.01 | 257.28 | 0.98 | 0.63 |
| Hex | 7A | 45 | FD | 34 | 49 | 0 | 1 | 101 | 62 | 3F |
| Octal | 172 | 105 | 375 | 64 | 111 | 0 | 1 | 401 | 142 | 77 |
| Binary | 1111010 | 1000101 | 11111101 | 110100 | 1001001 | 0 | 1 | 100000001 | 1100010 | 111111 |
Color Harmonies of #7A45FD
Complementary color
Monochromatic Colors of #7A45FD
Black with #7A45FD
Text Example
Text Example
White with #7A45FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A45FD; }
p { color: rgb(122,69,253); }
H1.HeaderClassName
{
color: #7A45FD;
}
.AnyTagClassName
{
color: #7A45FD;
}
</style>
background-color css
<style>
a { background-color: #7A45FD; }
a { background-color: rgb(122,69,253); }
div.DivClassName
{
background-color: #7A45FD;
}
.BgClassName
{
background-color: #7A45FD;
}
</style>
border-color css
<style>
span { border-color: #7A45FD; }
span { border-color: rgb(122,69,253); }
td.TdClassName
{
border-color: #7A45FD;
}
.TagClassName
{
border-color: #7A45FD;
}
</style>