Shades of Medium Slate Blue #7660F1
Tints of Medium Slate Blue #7660F1
RGB
CMYK
RGB Variations
Color information
#7660F1 (or 0x7660F1) is known color: Medium Slate Blue. HEX triplet: 76, 60 and F1. RGB value is (118,96,241). Sum of RGB (Red+Green+Blue) = 118+96+241=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 241 (94.53% from 255 or 52.97% from 455); Max value from RGB is 241 - color contains mainly: blue. Hex color #7660F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7660F1 is #899F0E. Grayscale: #767676. Windows color (decimal): -9019151 or 15818870. OLE color: 15818870.
HSL color Cylindrical-coordinate representation of color #7660F1: hue angle of 249.1º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7660F1 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 96 | 241 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.05 |
| HSL | 249.1º | 0.84% | 0.66% | - |
| HSV(B) | 249.1º | 0.6% | 0.95% | - |
| XYZ | 27.53 | 18.57 | 85.35 | - |
| YUV | 119.11 | 196.79 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 241 | 0.51 | 0.60 | 0 | 0.05 | 249.1 | 0.84 | 0.66 |
| Hex | 76 | 60 | F1 | 33 | 3C | 0 | 5 | F9 | 54 | 42 |
| Octal | 166 | 140 | 361 | 63 | 74 | 0 | 5 | 371 | 124 | 102 |
| Binary | 1110110 | 1100000 | 11110001 | 110011 | 111100 | 0 | 101 | 11111001 | 1010100 | 1000010 |
Color Harmonies of #7660F1
Complementary color
Monochromatic Colors of #7660F1
Black with #7660F1
Text Example
Text Example
White with #7660F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7660F1; }
p { color: rgb(118,96,241); }
H1.HeaderClassName
{
color: #7660F1;
}
.AnyTagClassName
{
color: #7660F1;
}
</style>
background-color css
<style>
a { background-color: #7660F1; }
a { background-color: rgb(118,96,241); }
div.DivClassName
{
background-color: #7660F1;
}
.BgClassName
{
background-color: #7660F1;
}
</style>
border-color css
<style>
span { border-color: #7660F1; }
span { border-color: rgb(118,96,241); }
td.TdClassName
{
border-color: #7660F1;
}
.TagClassName
{
border-color: #7660F1;
}
</style>