Shades of Medium Slate Blue #7870DF
Tints of Medium Slate Blue #7870DF
RGB
CMYK
RGB Variations
Color information
#7870DF (or 0x7870DF) is known color: Medium Slate Blue. HEX triplet: 78, 70 and DF. RGB value is (120,112,223). Sum of RGB (Red+Green+Blue) = 120+112+223=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #7870DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7870DF is #878F20. Grayscale: #7E7E7E. Windows color (decimal): -8884001 or 14643320. OLE color: 14643320.
HSL color Cylindrical-coordinate representation of color #7870DF: hue angle of 244.32º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7870DF is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 112 | 223 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.13 |
| HSL | 244.32º | 0.63% | 0.66% | - |
| HSV(B) | 244.32º | 0.5% | 0.87% | - |
| XYZ | 26.86 | 20.91 | 72.43 | - |
| YUV | 127.05 | 182.15 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 223 | 0.46 | 0.50 | 0 | 0.13 | 244.32 | 0.63 | 0.66 |
| Hex | 78 | 70 | DF | 2E | 32 | 0 | D | F4 | 3F | 42 |
| Octal | 170 | 160 | 337 | 56 | 62 | 0 | 15 | 364 | 77 | 102 |
| Binary | 1111000 | 1110000 | 11011111 | 101110 | 110010 | 0 | 1101 | 11110100 | 111111 | 1000010 |
Color Harmonies of #7870DF
Complementary color
Monochromatic Colors of #7870DF
Black with #7870DF
Text Example
Text Example
White with #7870DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7870DF; }
p { color: rgb(120,112,223); }
H1.HeaderClassName
{
color: #7870DF;
}
.AnyTagClassName
{
color: #7870DF;
}
</style>
background-color css
<style>
a { background-color: #7870DF; }
a { background-color: rgb(120,112,223); }
div.DivClassName
{
background-color: #7870DF;
}
.BgClassName
{
background-color: #7870DF;
}
</style>
border-color css
<style>
span { border-color: #7870DF; }
span { border-color: rgb(120,112,223); }
td.TdClassName
{
border-color: #7870DF;
}
.TagClassName
{
border-color: #7870DF;
}
</style>