Shades of Medium Slate Blue #7953FC
Tints of Medium Slate Blue #7953FC
RGB
CMYK
RGB Variations
Color information
#7953FC (or 0x7953FC) is known color: Medium Slate Blue. HEX triplet: 79, 53 and FC. RGB value is (121,83,252). Sum of RGB (Red+Green+Blue) = 121+83+252=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #7953FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7953FC is #86AC03. Grayscale: #707070. Windows color (decimal): -8825860 or 16536441. OLE color: 16536441.
HSL color Cylindrical-coordinate representation of color #7953FC: hue angle of 253.49º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7953FC is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 83 | 252 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.01 |
| HSL | 253.49º | 0.97% | 0.66% | - |
| HSV(B) | 253.49º | 0.67% | 0.99% | - |
| XYZ | 28.55 | 17.28 | 93.93 | - |
| YUV | 113.63 | 206.09 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 83 | 252 | 0.52 | 0.67 | 0 | 0.01 | 253.49 | 0.97 | 0.66 |
| Hex | 79 | 53 | FC | 34 | 43 | 0 | 1 | FD | 61 | 42 |
| Octal | 171 | 123 | 374 | 64 | 103 | 0 | 1 | 375 | 141 | 102 |
| Binary | 1111001 | 1010011 | 11111100 | 110100 | 1000011 | 0 | 1 | 11111101 | 1100001 | 1000010 |
Color Harmonies of #7953FC
Complementary color
Monochromatic Colors of #7953FC
Black with #7953FC
Text Example
Text Example
White with #7953FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7953FC; }
p { color: rgb(121,83,252); }
H1.HeaderClassName
{
color: #7953FC;
}
.AnyTagClassName
{
color: #7953FC;
}
</style>
background-color css
<style>
a { background-color: #7953FC; }
a { background-color: rgb(121,83,252); }
div.DivClassName
{
background-color: #7953FC;
}
.BgClassName
{
background-color: #7953FC;
}
</style>
border-color css
<style>
span { border-color: #7953FC; }
span { border-color: rgb(121,83,252); }
td.TdClassName
{
border-color: #7953FC;
}
.TagClassName
{
border-color: #7953FC;
}
</style>