Shades of Medium Slate Blue #7952FE
Tints of Medium Slate Blue #7952FE
RGB
CMYK
RGB Variations
Color information
#7952FE (or 0x7952FE) is known color: Medium Slate Blue. HEX triplet: 79, 52 and FE. RGB value is (121,82,254). Sum of RGB (Red+Green+Blue) = 121+82+254=457 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.48% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #7952FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7952FE is #86AD01. Grayscale: #707070. Windows color (decimal): -8826114 or 16667257. OLE color: 16667257.
HSL color Cylindrical-coordinate representation of color #7952FE: hue angle of 253.6º 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 #7952FE is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 82 | 254 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.00 |
| HSL | 253.6º | 0.99% | 0.66% | - |
| HSV(B) | 253.6º | 0.68% | 1% | - |
| XYZ | 28.79 | 17.26 | 95.58 | - |
| YUV | 113.27 | 207.42 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 254 | 0.52 | 0.68 | 0 | 0.00 | 253.6 | 0.99 | 0.66 |
| Hex | 79 | 52 | FE | 34 | 44 | 0 | 0 | FE | 63 | 42 |
| Octal | 171 | 122 | 376 | 64 | 104 | 0 | 0 | 376 | 143 | 102 |
| Binary | 1111001 | 1010010 | 11111110 | 110100 | 1000100 | 0 | 0 | 11111110 | 1100011 | 1000010 |
Color Harmonies of #7952FE
Complementary color
Monochromatic Colors of #7952FE
Black with #7952FE
Text Example
Text Example
White with #7952FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7952FE; }
p { color: rgb(121,82,254); }
H1.HeaderClassName
{
color: #7952FE;
}
.AnyTagClassName
{
color: #7952FE;
}
</style>
background-color css
<style>
a { background-color: #7952FE; }
a { background-color: rgb(121,82,254); }
div.DivClassName
{
background-color: #7952FE;
}
.BgClassName
{
background-color: #7952FE;
}
</style>
border-color css
<style>
span { border-color: #7952FE; }
span { border-color: rgb(121,82,254); }
td.TdClassName
{
border-color: #7952FE;
}
.TagClassName
{
border-color: #7952FE;
}
</style>