Shades of Medium Slate Blue #7646FF
Tints of Medium Slate Blue #7646FF
RGB
CMYK
RGB Variations
Color information
#7646FF (or 0x7646FF) is known color: Medium Slate Blue. HEX triplet: 76, 46 and FF. RGB value is (118,70,255). Sum of RGB (Red+Green+Blue) = 118+70+255=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #7646FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7646FF is #89B900. Grayscale: #686868. Windows color (decimal): -9025793 or 16729718. OLE color: 16729718.
HSL color Cylindrical-coordinate representation of color #7646FF: hue angle of 255.57º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7646FF is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 70 | 255 | - |
| CMYK | 0.54 | 0.73 | 0 | 0 |
| HSL | 255.57º | 1% | 0.64% | - |
| HSV(B) | 255.57º | 0.73% | 1% | - |
| XYZ | 27.71 | 15.45 | 96.13 | - |
| YUV | 105.44 | 212.4 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 255 | 0.54 | 0.73 | 0 | 0 | 255.57 | 1 | 0.64 |
| Hex | 76 | 46 | FF | 36 | 49 | 0 | 0 | 100 | 64 | 40 |
| Octal | 166 | 106 | 377 | 66 | 111 | 0 | 0 | 400 | 144 | 100 |
| Binary | 1110110 | 1000110 | 11111111 | 110110 | 1001001 | 0 | 0 | 100000000 | 1100100 | 1000000 |
Color Harmonies of #7646FF
Complementary color
Monochromatic Colors of #7646FF
Black with #7646FF
Text Example
Text Example
White with #7646FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7646FF; }
p { color: rgb(118,70,255); }
H1.HeaderClassName
{
color: #7646FF;
}
.AnyTagClassName
{
color: #7646FF;
}
</style>
background-color css
<style>
a { background-color: #7646FF; }
a { background-color: rgb(118,70,255); }
div.DivClassName
{
background-color: #7646FF;
}
.BgClassName
{
background-color: #7646FF;
}
</style>
border-color css
<style>
span { border-color: #7646FF; }
span { border-color: rgb(118,70,255); }
td.TdClassName
{
border-color: #7646FF;
}
.TagClassName
{
border-color: #7646FF;
}
</style>