Shades of Medium Slate Blue #7850F6
Tints of Medium Slate Blue #7850F6
RGB
CMYK
RGB Variations
Color information
#7850F6 (or 0x7850F6) is known color: Medium Slate Blue. HEX triplet: 78, 50 and F6. RGB value is (120,80,246). Sum of RGB (Red+Green+Blue) = 120+80+246=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 246 (96.48% from 255 or 55.16% from 446); Max value from RGB is 246 - color contains mainly: blue. Hex color #7850F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7850F6 is #87AF09. Grayscale: #6E6E6E. Windows color (decimal): -8892170 or 16142456. OLE color: 16142456.
HSL color Cylindrical-coordinate representation of color #7850F6: hue angle of 254.46º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7850F6 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 120 | 80 | 246 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.04 |
| HSL | 254.46º | 0.9% | 0.64% | - |
| HSV(B) | 254.46º | 0.67% | 0.96% | - |
| XYZ | 27.25 | 16.38 | 88.92 | - |
| YUV | 110.88 | 204.25 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 246 | 0.51 | 0.67 | 0 | 0.04 | 254.46 | 0.9 | 0.64 |
| Hex | 78 | 50 | F6 | 33 | 43 | 0 | 4 | FE | 5A | 40 |
| Octal | 170 | 120 | 366 | 63 | 103 | 0 | 4 | 376 | 132 | 100 |
| Binary | 1111000 | 1010000 | 11110110 | 110011 | 1000011 | 0 | 100 | 11111110 | 1011010 | 1000000 |
Color Harmonies of #7850F6
Complementary color
Monochromatic Colors of #7850F6
Black with #7850F6
Text Example
Text Example
White with #7850F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7850F6; }
p { color: rgb(120,80,246); }
H1.HeaderClassName
{
color: #7850F6;
}
.AnyTagClassName
{
color: #7850F6;
}
</style>
background-color css
<style>
a { background-color: #7850F6; }
a { background-color: rgb(120,80,246); }
div.DivClassName
{
background-color: #7850F6;
}
.BgClassName
{
background-color: #7850F6;
}
</style>
border-color css
<style>
span { border-color: #7850F6; }
span { border-color: rgb(120,80,246); }
td.TdClassName
{
border-color: #7850F6;
}
.TagClassName
{
border-color: #7850F6;
}
</style>