Shades of Medium Slate Blue #7659FE
Tints of Medium Slate Blue #7659FE
RGB
CMYK
RGB Variations
Color information
#7659FE (or 0x7659FE) is known color: Medium Slate Blue. HEX triplet: 76, 59 and FE. RGB value is (118,89,254). Sum of RGB (Red+Green+Blue) = 118+89+254=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #7659FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7659FE is #89A601. Grayscale: #737373. Windows color (decimal): -9020930 or 16669046. OLE color: 16669046.
HSL color Cylindrical-coordinate representation of color #7659FE: hue angle of 250.55º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7659FE is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 89 | 254 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.00 |
| HSL | 250.55º | 0.99% | 0.67% | - |
| HSV(B) | 250.55º | 0.65% | 1% | - |
| XYZ | 28.93 | 18.15 | 95.74 | - |
| YUV | 116.48 | 205.61 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 254 | 0.54 | 0.65 | 0 | 0.00 | 250.55 | 0.99 | 0.67 |
| Hex | 76 | 59 | FE | 36 | 41 | 0 | 0 | FB | 63 | 43 |
| Octal | 166 | 131 | 376 | 66 | 101 | 0 | 0 | 373 | 143 | 103 |
| Binary | 1110110 | 1011001 | 11111110 | 110110 | 1000001 | 0 | 0 | 11111011 | 1100011 | 1000011 |
Color Harmonies of #7659FE
Complementary color
Monochromatic Colors of #7659FE
Black with #7659FE
Text Example
Text Example
White with #7659FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7659FE; }
p { color: rgb(118,89,254); }
H1.HeaderClassName
{
color: #7659FE;
}
.AnyTagClassName
{
color: #7659FE;
}
</style>
background-color css
<style>
a { background-color: #7659FE; }
a { background-color: rgb(118,89,254); }
div.DivClassName
{
background-color: #7659FE;
}
.BgClassName
{
background-color: #7659FE;
}
</style>
border-color css
<style>
span { border-color: #7659FE; }
span { border-color: rgb(118,89,254); }
td.TdClassName
{
border-color: #7659FE;
}
.TagClassName
{
border-color: #7659FE;
}
</style>