Shades of Medium Slate Blue #7882EE
Tints of Medium Slate Blue #7882EE
RGB
CMYK
RGB Variations
Color information
#7882EE (or 0x7882EE) is known color: Medium Slate Blue. HEX triplet: 78, 82 and EE. RGB value is (120,130,238). Sum of RGB (Red+Green+Blue) = 120+130+238=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #7882EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7882EE is #877D11. Grayscale: #8A8A8A. Windows color (decimal): -8879378 or 15630968. OLE color: 15630968.
HSL color Cylindrical-coordinate representation of color #7882EE: hue angle of 234.92º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7882EE is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 130 | 238 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.07 |
| HSL | 234.92º | 0.78% | 0.7% | - |
| HSV(B) | 234.92º | 0.5% | 0.93% | - |
| XYZ | 31.16 | 26.13 | 84.29 | - |
| YUV | 139.32 | 183.69 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 238 | 0.50 | 0.45 | 0 | 0.07 | 234.92 | 0.78 | 0.7 |
| Hex | 78 | 82 | EE | 32 | 2D | 0 | 7 | EB | 4E | 46 |
| Octal | 170 | 202 | 356 | 62 | 55 | 0 | 7 | 353 | 116 | 106 |
| Binary | 1111000 | 10000010 | 11101110 | 110010 | 101101 | 0 | 111 | 11101011 | 1001110 | 1000110 |
Color Harmonies of #7882EE
Complementary color
Monochromatic Colors of #7882EE
Black with #7882EE
Text Example
Text Example
White with #7882EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7882EE; }
p { color: rgb(120,130,238); }
H1.HeaderClassName
{
color: #7882EE;
}
.AnyTagClassName
{
color: #7882EE;
}
</style>
background-color css
<style>
a { background-color: #7882EE; }
a { background-color: rgb(120,130,238); }
div.DivClassName
{
background-color: #7882EE;
}
.BgClassName
{
background-color: #7882EE;
}
</style>
border-color css
<style>
span { border-color: #7882EE; }
span { border-color: rgb(120,130,238); }
td.TdClassName
{
border-color: #7882EE;
}
.TagClassName
{
border-color: #7882EE;
}
</style>