Shades of Medium Slate Blue #7943FA
Tints of Medium Slate Blue #7943FA
RGB
CMYK
RGB Variations
Color information
#7943FA (or 0x7943FA) is known color: Medium Slate Blue. HEX triplet: 79, 43 and FA. RGB value is (121,67,250). Sum of RGB (Red+Green+Blue) = 121+67+250=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #7943FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7943FA is #86BC05. Grayscale: #676767. Windows color (decimal): -8829958 or 16401273. OLE color: 16401273.
HSL color Cylindrical-coordinate representation of color #7943FA: hue angle of 257.7º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7943FA is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 67 | 250 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.02 |
| HSL | 257.7º | 0.95% | 0.62% | - |
| HSV(B) | 257.7º | 0.73% | 0.98% | - |
| XYZ | 27.15 | 14.98 | 91.9 | - |
| YUV | 104.01 | 210.39 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 67 | 250 | 0.52 | 0.73 | 0 | 0.02 | 257.7 | 0.95 | 0.62 |
| Hex | 79 | 43 | FA | 34 | 49 | 0 | 2 | 102 | 5F | 3E |
| Octal | 171 | 103 | 372 | 64 | 111 | 0 | 2 | 402 | 137 | 76 |
| Binary | 1111001 | 1000011 | 11111010 | 110100 | 1001001 | 0 | 10 | 100000010 | 1011111 | 111110 |
Color Harmonies of #7943FA
Complementary color
Monochromatic Colors of #7943FA
Black with #7943FA
Text Example
Text Example
White with #7943FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7943FA; }
p { color: rgb(121,67,250); }
H1.HeaderClassName
{
color: #7943FA;
}
.AnyTagClassName
{
color: #7943FA;
}
</style>
background-color css
<style>
a { background-color: #7943FA; }
a { background-color: rgb(121,67,250); }
div.DivClassName
{
background-color: #7943FA;
}
.BgClassName
{
background-color: #7943FA;
}
</style>
border-color css
<style>
span { border-color: #7943FA; }
span { border-color: rgb(121,67,250); }
td.TdClassName
{
border-color: #7943FA;
}
.TagClassName
{
border-color: #7943FA;
}
</style>