Shades of Medium Slate Blue #7958FF
Tints of Medium Slate Blue #7958FF
RGB
CMYK
RGB Variations
Color information
#7958FF (or 0x7958FF) is known color: Medium Slate Blue. HEX triplet: 79, 58 and FF. RGB value is (121,88,255). Sum of RGB (Red+Green+Blue) = 121+88+255=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #7958FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7958FF is #86A700. Grayscale: #747474. Windows color (decimal): -8824577 or 16734329. OLE color: 16734329.
HSL color Cylindrical-coordinate representation of color #7958FF: hue angle of 251.86º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7958FF is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 88 | 255 | - |
| CMYK | 0.53 | 0.65 | 0 | 0 |
| HSL | 251.86º | 1% | 0.67% | - |
| HSV(B) | 251.86º | 0.65% | 1% | - |
| XYZ | 29.42 | 18.26 | 96.58 | - |
| YUV | 116.91 | 205.93 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 88 | 255 | 0.53 | 0.65 | 0 | 0 | 251.86 | 1 | 0.67 |
| Hex | 79 | 58 | FF | 35 | 41 | 0 | 0 | FC | 64 | 43 |
| Octal | 171 | 130 | 377 | 65 | 101 | 0 | 0 | 374 | 144 | 103 |
| Binary | 1111001 | 1011000 | 11111111 | 110101 | 1000001 | 0 | 0 | 11111100 | 1100100 | 1000011 |
Color Harmonies of #7958FF
Complementary color
Monochromatic Colors of #7958FF
Black with #7958FF
Text Example
Text Example
White with #7958FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7958FF; }
p { color: rgb(121,88,255); }
H1.HeaderClassName
{
color: #7958FF;
}
.AnyTagClassName
{
color: #7958FF;
}
</style>
background-color css
<style>
a { background-color: #7958FF; }
a { background-color: rgb(121,88,255); }
div.DivClassName
{
background-color: #7958FF;
}
.BgClassName
{
background-color: #7958FF;
}
</style>
border-color css
<style>
span { border-color: #7958FF; }
span { border-color: rgb(121,88,255); }
td.TdClassName
{
border-color: #7958FF;
}
.TagClassName
{
border-color: #7958FF;
}
</style>