Shades of Medium Slate Blue #7A55FC
Tints of Medium Slate Blue #7A55FC
RGB
CMYK
RGB Variations
Color information
#7A55FC (or 0x7A55FC) is known color: Medium Slate Blue. HEX triplet: 7A, 55 and FC. RGB value is (122,85,252). Sum of RGB (Red+Green+Blue) = 122+85+252=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A55FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A55FC is #85AA03. Grayscale: #727272. Windows color (decimal): -8759812 or 16536954. OLE color: 16536954.
HSL color Cylindrical-coordinate representation of color #7A55FC: hue angle of 253.29º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A55FC is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 85 | 252 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.01 |
| HSL | 253.29º | 0.97% | 0.66% | - |
| HSV(B) | 253.29º | 0.66% | 0.99% | - |
| XYZ | 28.85 | 17.66 | 93.98 | - |
| YUV | 115.1 | 205.26 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 252 | 0.52 | 0.66 | 0 | 0.01 | 253.29 | 0.97 | 0.66 |
| Hex | 7A | 55 | FC | 34 | 42 | 0 | 1 | FD | 61 | 42 |
| Octal | 172 | 125 | 374 | 64 | 102 | 0 | 1 | 375 | 141 | 102 |
| Binary | 1111010 | 1010101 | 11111100 | 110100 | 1000010 | 0 | 1 | 11111101 | 1100001 | 1000010 |
Color Harmonies of #7A55FC
Complementary color
Monochromatic Colors of #7A55FC
Black with #7A55FC
Text Example
Text Example
White with #7A55FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A55FC; }
p { color: rgb(122,85,252); }
H1.HeaderClassName
{
color: #7A55FC;
}
.AnyTagClassName
{
color: #7A55FC;
}
</style>
background-color css
<style>
a { background-color: #7A55FC; }
a { background-color: rgb(122,85,252); }
div.DivClassName
{
background-color: #7A55FC;
}
.BgClassName
{
background-color: #7A55FC;
}
</style>
border-color css
<style>
span { border-color: #7A55FC; }
span { border-color: rgb(122,85,252); }
td.TdClassName
{
border-color: #7A55FC;
}
.TagClassName
{
border-color: #7A55FC;
}
</style>