Shades of Medium Slate Blue #7862DF
Tints of Medium Slate Blue #7862DF
RGB
CMYK
RGB Variations
Color information
#7862DF (or 0x7862DF) is known color: Medium Slate Blue. HEX triplet: 78, 62 and DF. RGB value is (120,98,223). Sum of RGB (Red+Green+Blue) = 120+98+223=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #7862DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7862DF is #879D20. Grayscale: #767676. Windows color (decimal): -8887585 or 14639736. OLE color: 14639736.
HSL color Cylindrical-coordinate representation of color #7862DF: hue angle of 250.56º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7862DF is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 98 | 223 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.13 |
| HSL | 250.56º | 0.66% | 0.63% | - |
| HSV(B) | 250.56º | 0.56% | 0.87% | - |
| XYZ | 25.43 | 18.06 | 71.96 | - |
| YUV | 118.83 | 186.79 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 223 | 0.46 | 0.56 | 0 | 0.13 | 250.56 | 0.66 | 0.63 |
| Hex | 78 | 62 | DF | 2E | 38 | 0 | D | FB | 42 | 3F |
| Octal | 170 | 142 | 337 | 56 | 70 | 0 | 15 | 373 | 102 | 77 |
| Binary | 1111000 | 1100010 | 11011111 | 101110 | 111000 | 0 | 1101 | 11111011 | 1000010 | 111111 |
Color Harmonies of #7862DF
Complementary color
Monochromatic Colors of #7862DF
Black with #7862DF
Text Example
Text Example
White with #7862DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7862DF; }
p { color: rgb(120,98,223); }
H1.HeaderClassName
{
color: #7862DF;
}
.AnyTagClassName
{
color: #7862DF;
}
</style>
background-color css
<style>
a { background-color: #7862DF; }
a { background-color: rgb(120,98,223); }
div.DivClassName
{
background-color: #7862DF;
}
.BgClassName
{
background-color: #7862DF;
}
</style>
border-color css
<style>
span { border-color: #7862DF; }
span { border-color: rgb(120,98,223); }
td.TdClassName
{
border-color: #7862DF;
}
.TagClassName
{
border-color: #7862DF;
}
</style>