Shades of Medium Slate Blue #7873EE
Tints of Medium Slate Blue #7873EE
RGB
CMYK
RGB Variations
Color information
#7873EE (or 0x7873EE) is known color: Medium Slate Blue. HEX triplet: 78, 73 and EE. RGB value is (120,115,238). Sum of RGB (Red+Green+Blue) = 120+115+238=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #7873EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7873EE is #878C11. Grayscale: #828282. Windows color (decimal): -8883218 or 15627128. OLE color: 15627128.
HSL color Cylindrical-coordinate representation of color #7873EE: hue angle of 242.44º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7873EE is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 115 | 238 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.07 |
| HSL | 242.44º | 0.78% | 0.69% | - |
| HSV(B) | 242.44º | 0.52% | 0.93% | - |
| XYZ | 29.31 | 22.43 | 83.67 | - |
| YUV | 130.52 | 188.66 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 238 | 0.50 | 0.52 | 0 | 0.07 | 242.44 | 0.78 | 0.69 |
| Hex | 78 | 73 | EE | 32 | 34 | 0 | 7 | F2 | 4E | 45 |
| Octal | 170 | 163 | 356 | 62 | 64 | 0 | 7 | 362 | 116 | 105 |
| Binary | 1111000 | 1110011 | 11101110 | 110010 | 110100 | 0 | 111 | 11110010 | 1001110 | 1000101 |
Color Harmonies of #7873EE
Complementary color
Monochromatic Colors of #7873EE
Black with #7873EE
Text Example
Text Example
White with #7873EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7873EE; }
p { color: rgb(120,115,238); }
H1.HeaderClassName
{
color: #7873EE;
}
.AnyTagClassName
{
color: #7873EE;
}
</style>
background-color css
<style>
a { background-color: #7873EE; }
a { background-color: rgb(120,115,238); }
div.DivClassName
{
background-color: #7873EE;
}
.BgClassName
{
background-color: #7873EE;
}
</style>
border-color css
<style>
span { border-color: #7873EE; }
span { border-color: rgb(120,115,238); }
td.TdClassName
{
border-color: #7873EE;
}
.TagClassName
{
border-color: #7873EE;
}
</style>