Shades of Medium Slate Blue #7951FE
Tints of Medium Slate Blue #7951FE
RGB
CMYK
RGB Variations
Color information
#7951FE (or 0x7951FE) is known color: Medium Slate Blue. HEX triplet: 79, 51 and FE. RGB value is (121,81,254). Sum of RGB (Red+Green+Blue) = 121+81+254=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #7951FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7951FE is #86AE01. Grayscale: #707070. Windows color (decimal): -8826370 or 16667001. OLE color: 16667001.
HSL color Cylindrical-coordinate representation of color #7951FE: hue angle of 253.87º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7951FE is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 81 | 254 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.00 |
| HSL | 253.87º | 0.99% | 0.66% | - |
| HSV(B) | 253.87º | 0.68% | 1% | - |
| XYZ | 28.72 | 17.11 | 95.55 | - |
| YUV | 112.68 | 207.75 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 254 | 0.52 | 0.68 | 0 | 0.00 | 253.87 | 0.99 | 0.66 |
| Hex | 79 | 51 | FE | 34 | 44 | 0 | 0 | FE | 63 | 42 |
| Octal | 171 | 121 | 376 | 64 | 104 | 0 | 0 | 376 | 143 | 102 |
| Binary | 1111001 | 1010001 | 11111110 | 110100 | 1000100 | 0 | 0 | 11111110 | 1100011 | 1000010 |
Color Harmonies of #7951FE
Complementary color
Monochromatic Colors of #7951FE
Black with #7951FE
Text Example
Text Example
White with #7951FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7951FE; }
p { color: rgb(121,81,254); }
H1.HeaderClassName
{
color: #7951FE;
}
.AnyTagClassName
{
color: #7951FE;
}
</style>
background-color css
<style>
a { background-color: #7951FE; }
a { background-color: rgb(121,81,254); }
div.DivClassName
{
background-color: #7951FE;
}
.BgClassName
{
background-color: #7951FE;
}
</style>
border-color css
<style>
span { border-color: #7951FE; }
span { border-color: rgb(121,81,254); }
td.TdClassName
{
border-color: #7951FE;
}
.TagClassName
{
border-color: #7951FE;
}
</style>