Shades of Medium Slate Blue #7854FF
Tints of Medium Slate Blue #7854FF
RGB
CMYK
RGB Variations
Color information
#7854FF (or 0x7854FF) is known color: Medium Slate Blue. HEX triplet: 78, 54 and FF. RGB value is (120,84,255). Sum of RGB (Red+Green+Blue) = 120+84+255=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #7854FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7854FF is #87AB00. Grayscale: #717171. Windows color (decimal): -8891137 or 16733304. OLE color: 16733304.
HSL color Cylindrical-coordinate representation of color #7854FF: hue angle of 252.63º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7854FF is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 84 | 255 | - |
| CMYK | 0.53 | 0.67 | 0 | 0 |
| HSL | 252.63º | 1% | 0.66% | - |
| HSV(B) | 252.63º | 0.67% | 1% | - |
| XYZ | 28.97 | 17.55 | 96.47 | - |
| YUV | 114.26 | 207.43 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 84 | 255 | 0.53 | 0.67 | 0 | 0 | 252.63 | 1 | 0.66 |
| Hex | 78 | 54 | FF | 35 | 43 | 0 | 0 | FD | 64 | 42 |
| Octal | 170 | 124 | 377 | 65 | 103 | 0 | 0 | 375 | 144 | 102 |
| Binary | 1111000 | 1010100 | 11111111 | 110101 | 1000011 | 0 | 0 | 11111101 | 1100100 | 1000010 |
Color Harmonies of #7854FF
Complementary color
Monochromatic Colors of #7854FF
Black with #7854FF
Text Example
Text Example
White with #7854FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7854FF; }
p { color: rgb(120,84,255); }
H1.HeaderClassName
{
color: #7854FF;
}
.AnyTagClassName
{
color: #7854FF;
}
</style>
background-color css
<style>
a { background-color: #7854FF; }
a { background-color: rgb(120,84,255); }
div.DivClassName
{
background-color: #7854FF;
}
.BgClassName
{
background-color: #7854FF;
}
</style>
border-color css
<style>
span { border-color: #7854FF; }
span { border-color: rgb(120,84,255); }
td.TdClassName
{
border-color: #7854FF;
}
.TagClassName
{
border-color: #7854FF;
}
</style>