Shades of Medium Slate Blue #7873ED
Tints of Medium Slate Blue #7873ED
RGB
CMYK
RGB Variations
Color information
#7873ED (or 0x7873ED) is known color: Medium Slate Blue. HEX triplet: 78, 73 and ED. RGB value is (120,115,237). Sum of RGB (Red+Green+Blue) = 120+115+237=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #7873ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7873ED is #878C12. Grayscale: #818181. Windows color (decimal): -8883219 or 15561592. OLE color: 15561592.
HSL color Cylindrical-coordinate representation of color #7873ED: hue angle of 242.46º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7873ED is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 115 | 237 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.07 |
| HSL | 242.46º | 0.77% | 0.69% | - |
| HSV(B) | 242.46º | 0.51% | 0.93% | - |
| XYZ | 29.16 | 22.37 | 82.9 | - |
| YUV | 130.4 | 188.16 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 237 | 0.49 | 0.51 | 0 | 0.07 | 242.46 | 0.77 | 0.69 |
| Hex | 78 | 73 | ED | 31 | 33 | 0 | 7 | F2 | 4D | 45 |
| Octal | 170 | 163 | 355 | 61 | 63 | 0 | 7 | 362 | 115 | 105 |
| Binary | 1111000 | 1110011 | 11101101 | 110001 | 110011 | 0 | 111 | 11110010 | 1001101 | 1000101 |
Color Harmonies of #7873ED
Complementary color
Monochromatic Colors of #7873ED
Black with #7873ED
Text Example
Text Example
White with #7873ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7873ED; }
p { color: rgb(120,115,237); }
H1.HeaderClassName
{
color: #7873ED;
}
.AnyTagClassName
{
color: #7873ED;
}
</style>
background-color css
<style>
a { background-color: #7873ED; }
a { background-color: rgb(120,115,237); }
div.DivClassName
{
background-color: #7873ED;
}
.BgClassName
{
background-color: #7873ED;
}
</style>
border-color css
<style>
span { border-color: #7873ED; }
span { border-color: rgb(120,115,237); }
td.TdClassName
{
border-color: #7873ED;
}
.TagClassName
{
border-color: #7873ED;
}
</style>