Shades of Medium Slate Blue #7956FA
Tints of Medium Slate Blue #7956FA
RGB
CMYK
RGB Variations
Color information
#7956FA (or 0x7956FA) is known color: Medium Slate Blue. HEX triplet: 79, 56 and FA. RGB value is (121,86,250). Sum of RGB (Red+Green+Blue) = 121+86+250=457 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.48% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #7956FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7956FA is #86A905. Grayscale: #727272. Windows color (decimal): -8825094 or 16406137. OLE color: 16406137.
HSL color Cylindrical-coordinate representation of color #7956FA: hue angle of 252.8º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7956FA is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 86 | 250 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.02 |
| HSL | 252.8º | 0.94% | 0.66% | - |
| HSV(B) | 252.8º | 0.66% | 0.98% | - |
| XYZ | 28.47 | 17.62 | 92.34 | - |
| YUV | 115.16 | 204.1 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 86 | 250 | 0.52 | 0.66 | 0 | 0.02 | 252.8 | 0.94 | 0.66 |
| Hex | 79 | 56 | FA | 34 | 42 | 0 | 2 | FD | 5E | 42 |
| Octal | 171 | 126 | 372 | 64 | 102 | 0 | 2 | 375 | 136 | 102 |
| Binary | 1111001 | 1010110 | 11111010 | 110100 | 1000010 | 0 | 10 | 11111101 | 1011110 | 1000010 |
Color Harmonies of #7956FA
Complementary color
Monochromatic Colors of #7956FA
Black with #7956FA
Text Example
Text Example
White with #7956FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7956FA; }
p { color: rgb(121,86,250); }
H1.HeaderClassName
{
color: #7956FA;
}
.AnyTagClassName
{
color: #7956FA;
}
</style>
background-color css
<style>
a { background-color: #7956FA; }
a { background-color: rgb(121,86,250); }
div.DivClassName
{
background-color: #7956FA;
}
.BgClassName
{
background-color: #7956FA;
}
</style>
border-color css
<style>
span { border-color: #7956FA; }
span { border-color: rgb(121,86,250); }
td.TdClassName
{
border-color: #7956FA;
}
.TagClassName
{
border-color: #7956FA;
}
</style>