Shades of Medium Slate Blue #7656F6
Tints of Medium Slate Blue #7656F6
RGB
CMYK
RGB Variations
Color information
#7656F6 (or 0x7656F6) is known color: Medium Slate Blue. HEX triplet: 76, 56 and F6. RGB value is (118,86,246). Sum of RGB (Red+Green+Blue) = 118+86+246=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 246 (96.48% from 255 or 54.67% from 450); Max value from RGB is 246 - color contains mainly: blue. Hex color #7656F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7656F6 is #89A909. Grayscale: #717171. Windows color (decimal): -9021706 or 16143990. OLE color: 16143990.
HSL color Cylindrical-coordinate representation of color #7656F6: hue angle of 252º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7656F6 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 86 | 246 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.04 |
| HSL | 252º | 0.9% | 0.65% | - |
| HSV(B) | 252º | 0.65% | 0.96% | - |
| XYZ | 27.43 | 17.16 | 89.06 | - |
| YUV | 113.81 | 202.6 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 246 | 0.52 | 0.65 | 0 | 0.04 | 252 | 0.9 | 0.65 |
| Hex | 76 | 56 | F6 | 34 | 41 | 0 | 4 | FC | 5A | 41 |
| Octal | 166 | 126 | 366 | 64 | 101 | 0 | 4 | 374 | 132 | 101 |
| Binary | 1110110 | 1010110 | 11110110 | 110100 | 1000001 | 0 | 100 | 11111100 | 1011010 | 1000001 |
Color Harmonies of #7656F6
Complementary color
Monochromatic Colors of #7656F6
Black with #7656F6
Text Example
Text Example
White with #7656F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7656F6; }
p { color: rgb(118,86,246); }
H1.HeaderClassName
{
color: #7656F6;
}
.AnyTagClassName
{
color: #7656F6;
}
</style>
background-color css
<style>
a { background-color: #7656F6; }
a { background-color: rgb(118,86,246); }
div.DivClassName
{
background-color: #7656F6;
}
.BgClassName
{
background-color: #7656F6;
}
</style>
border-color css
<style>
span { border-color: #7656F6; }
span { border-color: rgb(118,86,246); }
td.TdClassName
{
border-color: #7656F6;
}
.TagClassName
{
border-color: #7656F6;
}
</style>