Shades of Medium Slate Blue #7659FF
Tints of Medium Slate Blue #7659FF
RGB
CMYK
RGB Variations
Color information
#7659FF (or 0x7659FF) is known color: Medium Slate Blue. HEX triplet: 76, 59 and FF. RGB value is (118,89,255). Sum of RGB (Red+Green+Blue) = 118+89+255=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #7659FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7659FF is #89A600. Grayscale: #737373. Windows color (decimal): -9020929 or 16734582. OLE color: 16734582.
HSL color Cylindrical-coordinate representation of color #7659FF: hue angle of 250.48º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7659FF is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 89 | 255 | - |
| CMYK | 0.54 | 0.65 | 0 | 0 |
| HSL | 250.48º | 1% | 0.67% | - |
| HSV(B) | 250.48º | 0.65% | 1% | - |
| XYZ | 29.09 | 18.22 | 96.59 | - |
| YUV | 116.6 | 206.11 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 255 | 0.54 | 0.65 | 0 | 0 | 250.48 | 1 | 0.67 |
| Hex | 76 | 59 | FF | 36 | 41 | 0 | 0 | FA | 64 | 43 |
| Octal | 166 | 131 | 377 | 66 | 101 | 0 | 0 | 372 | 144 | 103 |
| Binary | 1110110 | 1011001 | 11111111 | 110110 | 1000001 | 0 | 0 | 11111010 | 1100100 | 1000011 |
Color Harmonies of #7659FF
Complementary color
Monochromatic Colors of #7659FF
Black with #7659FF
Text Example
Text Example
White with #7659FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7659FF; }
p { color: rgb(118,89,255); }
H1.HeaderClassName
{
color: #7659FF;
}
.AnyTagClassName
{
color: #7659FF;
}
</style>
background-color css
<style>
a { background-color: #7659FF; }
a { background-color: rgb(118,89,255); }
div.DivClassName
{
background-color: #7659FF;
}
.BgClassName
{
background-color: #7659FF;
}
</style>
border-color css
<style>
span { border-color: #7659FF; }
span { border-color: rgb(118,89,255); }
td.TdClassName
{
border-color: #7659FF;
}
.TagClassName
{
border-color: #7659FF;
}
</style>