Shades of Medium Slate Blue #7866E8
Tints of Medium Slate Blue #7866E8
RGB
CMYK
RGB Variations
Color information
#7866E8 (or 0x7866E8) is known color: Medium Slate Blue. HEX triplet: 78, 66 and E8. RGB value is (120,102,232). Sum of RGB (Red+Green+Blue) = 120+102+232=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 232 (91.02% from 255 or 51.10% from 454); Max value from RGB is 232 - color contains mainly: blue. Hex color #7866E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7866E8 is #879917. Grayscale: #797979. Windows color (decimal): -8886552 or 15230584. OLE color: 15230584.
HSL color Cylindrical-coordinate representation of color #7866E8: hue angle of 248.31º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7866E8 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 102 | 232 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.09 |
| HSL | 248.31º | 0.74% | 0.65% | - |
| HSV(B) | 248.31º | 0.56% | 0.91% | - |
| XYZ | 27.06 | 19.32 | 78.65 | - |
| YUV | 122.2 | 189.96 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 232 | 0.48 | 0.56 | 0 | 0.09 | 248.31 | 0.74 | 0.65 |
| Hex | 78 | 66 | E8 | 30 | 38 | 0 | 9 | F8 | 4A | 41 |
| Octal | 170 | 146 | 350 | 60 | 70 | 0 | 11 | 370 | 112 | 101 |
| Binary | 1111000 | 1100110 | 11101000 | 110000 | 111000 | 0 | 1001 | 11111000 | 1001010 | 1000001 |
Color Harmonies of #7866E8
Complementary color
Monochromatic Colors of #7866E8
Black with #7866E8
Text Example
Text Example
White with #7866E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7866E8; }
p { color: rgb(120,102,232); }
H1.HeaderClassName
{
color: #7866E8;
}
.AnyTagClassName
{
color: #7866E8;
}
</style>
background-color css
<style>
a { background-color: #7866E8; }
a { background-color: rgb(120,102,232); }
div.DivClassName
{
background-color: #7866E8;
}
.BgClassName
{
background-color: #7866E8;
}
</style>
border-color css
<style>
span { border-color: #7866E8; }
span { border-color: rgb(120,102,232); }
td.TdClassName
{
border-color: #7866E8;
}
.TagClassName
{
border-color: #7866E8;
}
</style>