Shades of Medium Slate Blue #7640FF
Tints of Medium Slate Blue #7640FF
RGB
CMYK
RGB Variations
Color information
#7640FF (or 0x7640FF) is known color: Medium Slate Blue. HEX triplet: 76, 40 and FF. RGB value is (118,64,255). Sum of RGB (Red+Green+Blue) = 118+64+255=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #7640FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7640FF is #89BF00. Grayscale: #656565. Windows color (decimal): -9027329 or 16728182. OLE color: 16728182.
HSL color Cylindrical-coordinate representation of color #7640FF: hue angle of 256.96º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7640FF is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 64 | 255 | - |
| CMYK | 0.54 | 0.75 | 0 | 0 |
| HSL | 256.96º | 1% | 0.63% | - |
| HSV(B) | 256.96º | 0.75% | 1% | - |
| XYZ | 27.35 | 14.74 | 96.01 | - |
| YUV | 101.92 | 214.39 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 255 | 0.54 | 0.75 | 0 | 0 | 256.96 | 1 | 0.63 |
| Hex | 76 | 40 | FF | 36 | 4B | 0 | 0 | 101 | 64 | 3F |
| Octal | 166 | 100 | 377 | 66 | 113 | 0 | 0 | 401 | 144 | 77 |
| Binary | 1110110 | 1000000 | 11111111 | 110110 | 1001011 | 0 | 0 | 100000001 | 1100100 | 111111 |
Color Harmonies of #7640FF
Complementary color
Monochromatic Colors of #7640FF
Black with #7640FF
Text Example
Text Example
White with #7640FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7640FF; }
p { color: rgb(118,64,255); }
H1.HeaderClassName
{
color: #7640FF;
}
.AnyTagClassName
{
color: #7640FF;
}
</style>
background-color css
<style>
a { background-color: #7640FF; }
a { background-color: rgb(118,64,255); }
div.DivClassName
{
background-color: #7640FF;
}
.BgClassName
{
background-color: #7640FF;
}
</style>
border-color css
<style>
span { border-color: #7640FF; }
span { border-color: rgb(118,64,255); }
td.TdClassName
{
border-color: #7640FF;
}
.TagClassName
{
border-color: #7640FF;
}
</style>