Shades of Medium Slate Blue #7958FA
Tints of Medium Slate Blue #7958FA
RGB
CMYK
RGB Variations
Color information
#7958FA (or 0x7958FA) is known color: Medium Slate Blue. HEX triplet: 79, 58 and FA. RGB value is (121,88,250). Sum of RGB (Red+Green+Blue) = 121+88+250=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #7958FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7958FA is #86A705. Grayscale: #737373. Windows color (decimal): -8824582 or 16406649. OLE color: 16406649.
HSL color Cylindrical-coordinate representation of color #7958FA: hue angle of 252.22º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7958FA is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 88 | 250 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.02 |
| HSL | 252.22º | 0.94% | 0.66% | - |
| HSV(B) | 252.22º | 0.65% | 0.98% | - |
| XYZ | 28.63 | 17.95 | 92.4 | - |
| YUV | 116.34 | 203.43 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 88 | 250 | 0.52 | 0.65 | 0 | 0.02 | 252.22 | 0.94 | 0.66 |
| Hex | 79 | 58 | FA | 34 | 41 | 0 | 2 | FC | 5E | 42 |
| Octal | 171 | 130 | 372 | 64 | 101 | 0 | 2 | 374 | 136 | 102 |
| Binary | 1111001 | 1011000 | 11111010 | 110100 | 1000001 | 0 | 10 | 11111100 | 1011110 | 1000010 |
Color Harmonies of #7958FA
Complementary color
Monochromatic Colors of #7958FA
Black with #7958FA
Text Example
Text Example
White with #7958FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7958FA; }
p { color: rgb(121,88,250); }
H1.HeaderClassName
{
color: #7958FA;
}
.AnyTagClassName
{
color: #7958FA;
}
</style>
background-color css
<style>
a { background-color: #7958FA; }
a { background-color: rgb(121,88,250); }
div.DivClassName
{
background-color: #7958FA;
}
.BgClassName
{
background-color: #7958FA;
}
</style>
border-color css
<style>
span { border-color: #7958FA; }
span { border-color: rgb(121,88,250); }
td.TdClassName
{
border-color: #7958FA;
}
.TagClassName
{
border-color: #7958FA;
}
</style>