Shades of Medium Slate Blue #7A43FC
Tints of Medium Slate Blue #7A43FC
RGB
CMYK
RGB Variations
Color information
#7A43FC (or 0x7A43FC) is known color: Medium Slate Blue. HEX triplet: 7A, 43 and FC. RGB value is (122,67,252). Sum of RGB (Red+Green+Blue) = 122+67+252=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A43FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A43FC is #85BC03. Grayscale: #676767. Windows color (decimal): -8764420 or 16532346. OLE color: 16532346.
HSL color Cylindrical-coordinate representation of color #7A43FC: hue angle of 257.84º degrees, saturation: 0.97, 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 #7A43FC is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 67 | 252 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.01 |
| HSL | 257.84º | 0.97% | 0.63% | - |
| HSV(B) | 257.84º | 0.73% | 0.99% | - |
| XYZ | 27.6 | 15.18 | 93.57 | - |
| YUV | 104.54 | 211.22 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 67 | 252 | 0.52 | 0.73 | 0 | 0.01 | 257.84 | 0.97 | 0.63 |
| Hex | 7A | 43 | FC | 34 | 49 | 0 | 1 | 102 | 61 | 3F |
| Octal | 172 | 103 | 374 | 64 | 111 | 0 | 1 | 402 | 141 | 77 |
| Binary | 1111010 | 1000011 | 11111100 | 110100 | 1001001 | 0 | 1 | 100000010 | 1100001 | 111111 |
Color Harmonies of #7A43FC
Complementary color
Monochromatic Colors of #7A43FC
Black with #7A43FC
Text Example
Text Example
White with #7A43FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A43FC; }
p { color: rgb(122,67,252); }
H1.HeaderClassName
{
color: #7A43FC;
}
.AnyTagClassName
{
color: #7A43FC;
}
</style>
background-color css
<style>
a { background-color: #7A43FC; }
a { background-color: rgb(122,67,252); }
div.DivClassName
{
background-color: #7A43FC;
}
.BgClassName
{
background-color: #7A43FC;
}
</style>
border-color css
<style>
span { border-color: #7A43FC; }
span { border-color: rgb(122,67,252); }
td.TdClassName
{
border-color: #7A43FC;
}
.TagClassName
{
border-color: #7A43FC;
}
</style>