Shades of Medium Slate Blue #7865EE
Tints of Medium Slate Blue #7865EE
RGB
CMYK
RGB Variations
Color information
#7865EE (or 0x7865EE) is known color: Medium Slate Blue. HEX triplet: 78, 65 and EE. RGB value is (120,101,238). Sum of RGB (Red+Green+Blue) = 120+101+238=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #7865EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7865EE is #879A11. Grayscale: #797979. Windows color (decimal): -8886802 or 15623544. OLE color: 15623544.
HSL color Cylindrical-coordinate representation of color #7865EE: hue angle of 248.32º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7865EE is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 101 | 238 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.07 |
| HSL | 248.32º | 0.8% | 0.66% | - |
| HSV(B) | 248.32º | 0.58% | 0.93% | - |
| XYZ | 27.83 | 19.47 | 83.18 | - |
| YUV | 122.3 | 193.29 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 238 | 0.50 | 0.58 | 0 | 0.07 | 248.32 | 0.8 | 0.66 |
| Hex | 78 | 65 | EE | 32 | 3A | 0 | 7 | F8 | 50 | 42 |
| Octal | 170 | 145 | 356 | 62 | 72 | 0 | 7 | 370 | 120 | 102 |
| Binary | 1111000 | 1100101 | 11101110 | 110010 | 111010 | 0 | 111 | 11111000 | 1010000 | 1000010 |
Color Harmonies of #7865EE
Complementary color
Monochromatic Colors of #7865EE
Black with #7865EE
Text Example
Text Example
White with #7865EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7865EE; }
p { color: rgb(120,101,238); }
H1.HeaderClassName
{
color: #7865EE;
}
.AnyTagClassName
{
color: #7865EE;
}
</style>
background-color css
<style>
a { background-color: #7865EE; }
a { background-color: rgb(120,101,238); }
div.DivClassName
{
background-color: #7865EE;
}
.BgClassName
{
background-color: #7865EE;
}
</style>
border-color css
<style>
span { border-color: #7865EE; }
span { border-color: rgb(120,101,238); }
td.TdClassName
{
border-color: #7865EE;
}
.TagClassName
{
border-color: #7865EE;
}
</style>