Shades of Medium Slate Blue #7A5CF2
Tints of Medium Slate Blue #7A5CF2
RGB
CMYK
RGB Variations
Color information
#7A5CF2 (or 0x7A5CF2) is known color: Medium Slate Blue. HEX triplet: 7A, 5C and F2. RGB value is (122,92,242). Sum of RGB (Red+Green+Blue) = 122+92+242=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #7A5CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A5CF2 is #85A30D. Grayscale: #757575. Windows color (decimal): -8758030 or 15883386. OLE color: 15883386.
HSL color Cylindrical-coordinate representation of color #7A5CF2: hue angle of 252º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A5CF2 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 92 | 242 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.05 |
| HSL | 252º | 0.85% | 0.65% | - |
| HSV(B) | 252º | 0.62% | 0.95% | - |
| XYZ | 27.88 | 18.2 | 86.05 | - |
| YUV | 118.07 | 197.94 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 92 | 242 | 0.50 | 0.62 | 0 | 0.05 | 252 | 0.85 | 0.65 |
| Hex | 7A | 5C | F2 | 32 | 3E | 0 | 5 | FC | 55 | 41 |
| Octal | 172 | 134 | 362 | 62 | 76 | 0 | 5 | 374 | 125 | 101 |
| Binary | 1111010 | 1011100 | 11110010 | 110010 | 111110 | 0 | 101 | 11111100 | 1010101 | 1000001 |
Color Harmonies of #7A5CF2
Complementary color
Monochromatic Colors of #7A5CF2
Black with #7A5CF2
Text Example
Text Example
White with #7A5CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5CF2; }
p { color: rgb(122,92,242); }
H1.HeaderClassName
{
color: #7A5CF2;
}
.AnyTagClassName
{
color: #7A5CF2;
}
</style>
background-color css
<style>
a { background-color: #7A5CF2; }
a { background-color: rgb(122,92,242); }
div.DivClassName
{
background-color: #7A5CF2;
}
.BgClassName
{
background-color: #7A5CF2;
}
</style>
border-color css
<style>
span { border-color: #7A5CF2; }
span { border-color: rgb(122,92,242); }
td.TdClassName
{
border-color: #7A5CF2;
}
.TagClassName
{
border-color: #7A5CF2;
}
</style>