Shades of Medium Slate Blue #7860FF
Tints of Medium Slate Blue #7860FF
RGB
CMYK
RGB Variations
Color information
#7860FF (or 0x7860FF) is known color: Medium Slate Blue. HEX triplet: 78, 60 and FF. RGB value is (120,96,255). Sum of RGB (Red+Green+Blue) = 120+96+255=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #7860FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7860FF is #879F00. Grayscale: #787878. Windows color (decimal): -8888065 or 16736376. OLE color: 16736376.
HSL color Cylindrical-coordinate representation of color #7860FF: hue angle of 249.06º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7860FF is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 96 | 255 | - |
| CMYK | 0.53 | 0.62 | 0 | 0 |
| HSL | 249.06º | 1% | 0.69% | - |
| HSV(B) | 249.06º | 0.62% | 1% | - |
| XYZ | 29.98 | 19.58 | 96.81 | - |
| YUV | 121.3 | 203.45 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 255 | 0.53 | 0.62 | 0 | 0 | 249.06 | 1 | 0.69 |
| Hex | 78 | 60 | FF | 35 | 3E | 0 | 0 | F9 | 64 | 45 |
| Octal | 170 | 140 | 377 | 65 | 76 | 0 | 0 | 371 | 144 | 105 |
| Binary | 1111000 | 1100000 | 11111111 | 110101 | 111110 | 0 | 0 | 11111001 | 1100100 | 1000101 |
Color Harmonies of #7860FF
Complementary color
Monochromatic Colors of #7860FF
Black with #7860FF
Text Example
Text Example
White with #7860FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7860FF; }
p { color: rgb(120,96,255); }
H1.HeaderClassName
{
color: #7860FF;
}
.AnyTagClassName
{
color: #7860FF;
}
</style>
background-color css
<style>
a { background-color: #7860FF; }
a { background-color: rgb(120,96,255); }
div.DivClassName
{
background-color: #7860FF;
}
.BgClassName
{
background-color: #7860FF;
}
</style>
border-color css
<style>
span { border-color: #7860FF; }
span { border-color: rgb(120,96,255); }
td.TdClassName
{
border-color: #7860FF;
}
.TagClassName
{
border-color: #7860FF;
}
</style>