Shades of Medium Slate Blue #7956FE
Tints of Medium Slate Blue #7956FE
RGB
CMYK
RGB Variations
Color information
#7956FE (or 0x7956FE) is known color: Medium Slate Blue. HEX triplet: 79, 56 and FE. RGB value is (121,86,254). Sum of RGB (Red+Green+Blue) = 121+86+254=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #7956FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7956FE is #86A901. Grayscale: #727272. Windows color (decimal): -8825090 or 16668281. OLE color: 16668281.
HSL color Cylindrical-coordinate representation of color #7956FE: hue angle of 252.5º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7956FE is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 86 | 254 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.00 |
| HSL | 252.5º | 0.99% | 0.67% | - |
| HSV(B) | 252.5º | 0.66% | 1% | - |
| XYZ | 29.1 | 17.88 | 95.68 | - |
| YUV | 115.62 | 206.1 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 86 | 254 | 0.52 | 0.66 | 0 | 0.00 | 252.5 | 0.99 | 0.67 |
| Hex | 79 | 56 | FE | 34 | 42 | 0 | 0 | FD | 63 | 43 |
| Octal | 171 | 126 | 376 | 64 | 102 | 0 | 0 | 375 | 143 | 103 |
| Binary | 1111001 | 1010110 | 11111110 | 110100 | 1000010 | 0 | 0 | 11111101 | 1100011 | 1000011 |
Color Harmonies of #7956FE
Complementary color
Monochromatic Colors of #7956FE
Black with #7956FE
Text Example
Text Example
White with #7956FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7956FE; }
p { color: rgb(121,86,254); }
H1.HeaderClassName
{
color: #7956FE;
}
.AnyTagClassName
{
color: #7956FE;
}
</style>
background-color css
<style>
a { background-color: #7956FE; }
a { background-color: rgb(121,86,254); }
div.DivClassName
{
background-color: #7956FE;
}
.BgClassName
{
background-color: #7956FE;
}
</style>
border-color css
<style>
span { border-color: #7956FE; }
span { border-color: rgb(121,86,254); }
td.TdClassName
{
border-color: #7956FE;
}
.TagClassName
{
border-color: #7956FE;
}
</style>