Shades of Medium Slate Blue #7656FF
Tints of Medium Slate Blue #7656FF
RGB
CMYK
RGB Variations
Color information
#7656FF (or 0x7656FF) is known color: Medium Slate Blue. HEX triplet: 76, 56 and FF. RGB value is (118,86,255). Sum of RGB (Red+Green+Blue) = 118+86+255=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #7656FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7656FF is #89A900. Grayscale: #727272. Windows color (decimal): -9021697 or 16733814. OLE color: 16733814.
HSL color Cylindrical-coordinate representation of color #7656FF: hue angle of 251.36º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7656FF is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 86 | 255 | - |
| CMYK | 0.54 | 0.66 | 0 | 0 |
| HSL | 251.36º | 1% | 0.67% | - |
| HSV(B) | 251.36º | 0.66% | 1% | - |
| XYZ | 28.85 | 17.73 | 96.51 | - |
| YUV | 114.83 | 207.1 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 255 | 0.54 | 0.66 | 0 | 0 | 251.36 | 1 | 0.67 |
| Hex | 76 | 56 | FF | 36 | 42 | 0 | 0 | FB | 64 | 43 |
| Octal | 166 | 126 | 377 | 66 | 102 | 0 | 0 | 373 | 144 | 103 |
| Binary | 1110110 | 1010110 | 11111111 | 110110 | 1000010 | 0 | 0 | 11111011 | 1100100 | 1000011 |
Color Harmonies of #7656FF
Complementary color
Monochromatic Colors of #7656FF
Black with #7656FF
Text Example
Text Example
White with #7656FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7656FF; }
p { color: rgb(118,86,255); }
H1.HeaderClassName
{
color: #7656FF;
}
.AnyTagClassName
{
color: #7656FF;
}
</style>
background-color css
<style>
a { background-color: #7656FF; }
a { background-color: rgb(118,86,255); }
div.DivClassName
{
background-color: #7656FF;
}
.BgClassName
{
background-color: #7656FF;
}
</style>
border-color css
<style>
span { border-color: #7656FF; }
span { border-color: rgb(118,86,255); }
td.TdClassName
{
border-color: #7656FF;
}
.TagClassName
{
border-color: #7656FF;
}
</style>