Shades of Medium Slate Blue #7873E2
Tints of Medium Slate Blue #7873E2
RGB
CMYK
RGB Variations
Color information
#7873E2 (or 0x7873E2) is known color: Medium Slate Blue. HEX triplet: 78, 73 and E2. RGB value is (120,115,226). Sum of RGB (Red+Green+Blue) = 120+115+226=461 (61% of max value = 765). Red value is 120 (47.27% from 255 or 26.03% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 226 (88.67% from 255 or 49.02% from 461); Max value from RGB is 226 - color contains mainly: blue. Hex color #7873E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7873E2 is #878C1D. Grayscale: #808080. Windows color (decimal): -8883230 or 14840696. OLE color: 14840696.
HSL color Cylindrical-coordinate representation of color #7873E2: hue angle of 242.7º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7873E2 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 115 | 226 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.11 |
| HSL | 242.7º | 0.66% | 0.67% | - |
| HSV(B) | 242.7º | 0.49% | 0.89% | - |
| XYZ | 27.6 | 21.75 | 74.69 | - |
| YUV | 129.15 | 182.66 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 226 | 0.47 | 0.49 | 0 | 0.11 | 242.7 | 0.66 | 0.67 |
| Hex | 78 | 73 | E2 | 2F | 31 | 0 | B | F3 | 42 | 43 |
| Octal | 170 | 163 | 342 | 57 | 61 | 0 | 13 | 363 | 102 | 103 |
| Binary | 1111000 | 1110011 | 11100010 | 101111 | 110001 | 0 | 1011 | 11110011 | 1000010 | 1000011 |
Color Harmonies of #7873E2
Complementary color
Monochromatic Colors of #7873E2
Black with #7873E2
Text Example
Text Example
White with #7873E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7873E2; }
p { color: rgb(120,115,226); }
H1.HeaderClassName
{
color: #7873E2;
}
.AnyTagClassName
{
color: #7873E2;
}
</style>
background-color css
<style>
a { background-color: #7873E2; }
a { background-color: rgb(120,115,226); }
div.DivClassName
{
background-color: #7873E2;
}
.BgClassName
{
background-color: #7873E2;
}
</style>
border-color css
<style>
span { border-color: #7873E2; }
span { border-color: rgb(120,115,226); }
td.TdClassName
{
border-color: #7873E2;
}
.TagClassName
{
border-color: #7873E2;
}
</style>