Shades of Medium Slate Blue #7953F8
Tints of Medium Slate Blue #7953F8
RGB
CMYK
RGB Variations
Color information
#7953F8 (or 0x7953F8) is known color: Medium Slate Blue. HEX triplet: 79, 53 and F8. RGB value is (121,83,248). Sum of RGB (Red+Green+Blue) = 121+83+248=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 248 (97.27% from 255 or 54.87% from 452); Max value from RGB is 248 - color contains mainly: blue. Hex color #7953F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7953F8 is #86AC07. Grayscale: #707070. Windows color (decimal): -8825864 or 16274297. OLE color: 16274297.
HSL color Cylindrical-coordinate representation of color #7953F8: hue angle of 253.82º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7953F8 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 121 | 83 | 248 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.03 |
| HSL | 253.82º | 0.92% | 0.65% | - |
| HSV(B) | 253.82º | 0.67% | 0.97% | - |
| XYZ | 27.92 | 17.03 | 90.62 | - |
| YUV | 113.17 | 204.09 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 83 | 248 | 0.51 | 0.67 | 0 | 0.03 | 253.82 | 0.92 | 0.65 |
| Hex | 79 | 53 | F8 | 33 | 43 | 0 | 3 | FE | 5C | 41 |
| Octal | 171 | 123 | 370 | 63 | 103 | 0 | 3 | 376 | 134 | 101 |
| Binary | 1111001 | 1010011 | 11111000 | 110011 | 1000011 | 0 | 11 | 11111110 | 1011100 | 1000001 |
Color Harmonies of #7953F8
Complementary color
Monochromatic Colors of #7953F8
Black with #7953F8
Text Example
Text Example
White with #7953F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7953F8; }
p { color: rgb(121,83,248); }
H1.HeaderClassName
{
color: #7953F8;
}
.AnyTagClassName
{
color: #7953F8;
}
</style>
background-color css
<style>
a { background-color: #7953F8; }
a { background-color: rgb(121,83,248); }
div.DivClassName
{
background-color: #7953F8;
}
.BgClassName
{
background-color: #7953F8;
}
</style>
border-color css
<style>
span { border-color: #7953F8; }
span { border-color: rgb(121,83,248); }
td.TdClassName
{
border-color: #7953F8;
}
.TagClassName
{
border-color: #7953F8;
}
</style>