Shades of Medium Slate Blue #7854FA
Tints of Medium Slate Blue #7854FA
RGB
CMYK
RGB Variations
Color information
#7854FA (or 0x7854FA) is known color: Medium Slate Blue. HEX triplet: 78, 54 and FA. RGB value is (120,84,250). Sum of RGB (Red+Green+Blue) = 120+84+250=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #7854FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7854FA is #87AB05. Grayscale: #717171. Windows color (decimal): -8891142 or 16405624. OLE color: 16405624.
HSL color Cylindrical-coordinate representation of color #7854FA: hue angle of 253.01º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7854FA is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 84 | 250 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.02 |
| HSL | 253.01º | 0.94% | 0.65% | - |
| HSV(B) | 253.01º | 0.66% | 0.98% | - |
| XYZ | 28.17 | 17.24 | 92.28 | - |
| YUV | 113.69 | 204.93 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 84 | 250 | 0.52 | 0.66 | 0 | 0.02 | 253.01 | 0.94 | 0.65 |
| Hex | 78 | 54 | FA | 34 | 42 | 0 | 2 | FD | 5E | 41 |
| Octal | 170 | 124 | 372 | 64 | 102 | 0 | 2 | 375 | 136 | 101 |
| Binary | 1111000 | 1010100 | 11111010 | 110100 | 1000010 | 0 | 10 | 11111101 | 1011110 | 1000001 |
Color Harmonies of #7854FA
Complementary color
Monochromatic Colors of #7854FA
Black with #7854FA
Text Example
Text Example
White with #7854FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7854FA; }
p { color: rgb(120,84,250); }
H1.HeaderClassName
{
color: #7854FA;
}
.AnyTagClassName
{
color: #7854FA;
}
</style>
background-color css
<style>
a { background-color: #7854FA; }
a { background-color: rgb(120,84,250); }
div.DivClassName
{
background-color: #7854FA;
}
.BgClassName
{
background-color: #7854FA;
}
</style>
border-color css
<style>
span { border-color: #7854FA; }
span { border-color: rgb(120,84,250); }
td.TdClassName
{
border-color: #7854FA;
}
.TagClassName
{
border-color: #7854FA;
}
</style>