Shades of Medium Slate Blue #7850FF
Tints of Medium Slate Blue #7850FF
RGB
CMYK
RGB Variations
Color information
#7850FF (or 0x7850FF) is known color: Medium Slate Blue. HEX triplet: 78, 50 and FF. RGB value is (120,80,255). Sum of RGB (Red+Green+Blue) = 120+80+255=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #7850FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7850FF is #87AF00. Grayscale: #6F6F6F. Windows color (decimal): -8892161 or 16732280. OLE color: 16732280.
HSL color Cylindrical-coordinate representation of color #7850FF: hue angle of 253.71º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7850FF is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 80 | 255 | - |
| CMYK | 0.53 | 0.69 | 0 | 0 |
| HSL | 253.71º | 1% | 0.66% | - |
| HSV(B) | 253.71º | 0.69% | 1% | - |
| XYZ | 28.66 | 16.95 | 96.37 | - |
| YUV | 111.91 | 208.75 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 255 | 0.53 | 0.69 | 0 | 0 | 253.71 | 1 | 0.66 |
| Hex | 78 | 50 | FF | 35 | 45 | 0 | 0 | FE | 64 | 42 |
| Octal | 170 | 120 | 377 | 65 | 105 | 0 | 0 | 376 | 144 | 102 |
| Binary | 1111000 | 1010000 | 11111111 | 110101 | 1000101 | 0 | 0 | 11111110 | 1100100 | 1000010 |
Color Harmonies of #7850FF
Complementary color
Monochromatic Colors of #7850FF
Black with #7850FF
Text Example
Text Example
White with #7850FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7850FF; }
p { color: rgb(120,80,255); }
H1.HeaderClassName
{
color: #7850FF;
}
.AnyTagClassName
{
color: #7850FF;
}
</style>
background-color css
<style>
a { background-color: #7850FF; }
a { background-color: rgb(120,80,255); }
div.DivClassName
{
background-color: #7850FF;
}
.BgClassName
{
background-color: #7850FF;
}
</style>
border-color css
<style>
span { border-color: #7850FF; }
span { border-color: rgb(120,80,255); }
td.TdClassName
{
border-color: #7850FF;
}
.TagClassName
{
border-color: #7850FF;
}
</style>