Shades of Medium Slate Blue #7873EF
Tints of Medium Slate Blue #7873EF
RGB
CMYK
RGB Variations
Color information
#7873EF (or 0x7873EF) is known color: Medium Slate Blue. HEX triplet: 78, 73 and EF. RGB value is (120,115,239). Sum of RGB (Red+Green+Blue) = 120+115+239=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #7873EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7873EF is #878C10. Grayscale: #828282. Windows color (decimal): -8883217 or 15692664. OLE color: 15692664.
HSL color Cylindrical-coordinate representation of color #7873EF: hue angle of 242.42º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7873EF is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 115 | 239 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.06 |
| HSL | 242.42º | 0.79% | 0.69% | - |
| HSV(B) | 242.42º | 0.52% | 0.94% | - |
| XYZ | 29.46 | 22.49 | 84.45 | - |
| YUV | 130.63 | 189.16 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 239 | 0.50 | 0.52 | 0 | 0.06 | 242.42 | 0.79 | 0.69 |
| Hex | 78 | 73 | EF | 32 | 34 | 0 | 6 | F2 | 4F | 45 |
| Octal | 170 | 163 | 357 | 62 | 64 | 0 | 6 | 362 | 117 | 105 |
| Binary | 1111000 | 1110011 | 11101111 | 110010 | 110100 | 0 | 110 | 11110010 | 1001111 | 1000101 |
Color Harmonies of #7873EF
Complementary color
Monochromatic Colors of #7873EF
Black with #7873EF
Text Example
Text Example
White with #7873EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7873EF; }
p { color: rgb(120,115,239); }
H1.HeaderClassName
{
color: #7873EF;
}
.AnyTagClassName
{
color: #7873EF;
}
</style>
background-color css
<style>
a { background-color: #7873EF; }
a { background-color: rgb(120,115,239); }
div.DivClassName
{
background-color: #7873EF;
}
.BgClassName
{
background-color: #7873EF;
}
</style>
border-color css
<style>
span { border-color: #7873EF; }
span { border-color: rgb(120,115,239); }
td.TdClassName
{
border-color: #7873EF;
}
.TagClassName
{
border-color: #7873EF;
}
</style>