Shades of Medium Slate Blue #7863FE
Tints of Medium Slate Blue #7863FE
RGB
CMYK
RGB Variations
Color information
#7863FE (or 0x7863FE) is known color: Medium Slate Blue. HEX triplet: 78, 63 and FE. RGB value is (120,99,254). Sum of RGB (Red+Green+Blue) = 120+99+254=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #7863FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7863FE is #879C01. Grayscale: #7A7A7A. Windows color (decimal): -8887298 or 16671608. OLE color: 16671608.
HSL color Cylindrical-coordinate representation of color #7863FE: hue angle of 248.13º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7863FE is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 99 | 254 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.00 |
| HSL | 248.13º | 0.99% | 0.69% | - |
| HSV(B) | 248.13º | 0.61% | 1% | - |
| XYZ | 30.1 | 20.07 | 96.05 | - |
| YUV | 122.95 | 201.96 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 99 | 254 | 0.53 | 0.61 | 0 | 0.00 | 248.13 | 0.99 | 0.69 |
| Hex | 78 | 63 | FE | 35 | 3D | 0 | 0 | F8 | 63 | 45 |
| Octal | 170 | 143 | 376 | 65 | 75 | 0 | 0 | 370 | 143 | 105 |
| Binary | 1111000 | 1100011 | 11111110 | 110101 | 111101 | 0 | 0 | 11111000 | 1100011 | 1000101 |
Color Harmonies of #7863FE
Complementary color
Monochromatic Colors of #7863FE
Black with #7863FE
Text Example
Text Example
White with #7863FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7863FE; }
p { color: rgb(120,99,254); }
H1.HeaderClassName
{
color: #7863FE;
}
.AnyTagClassName
{
color: #7863FE;
}
</style>
background-color css
<style>
a { background-color: #7863FE; }
a { background-color: rgb(120,99,254); }
div.DivClassName
{
background-color: #7863FE;
}
.BgClassName
{
background-color: #7863FE;
}
</style>
border-color css
<style>
span { border-color: #7863FE; }
span { border-color: rgb(120,99,254); }
td.TdClassName
{
border-color: #7863FE;
}
.TagClassName
{
border-color: #7863FE;
}
</style>