Shades of Medium Slate Blue #7666F6
Tints of Medium Slate Blue #7666F6
RGB
CMYK
RGB Variations
Color information
#7666F6 (or 0x7666F6) is known color: Medium Slate Blue. HEX triplet: 76, 66 and F6. RGB value is (118,102,246). Sum of RGB (Red+Green+Blue) = 118+102+246=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #7666F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7666F6 is #899909. Grayscale: #7A7A7A. Windows color (decimal): -9017610 or 16148086. OLE color: 16148086.
HSL color Cylindrical-coordinate representation of color #7666F6: hue angle of 246.67º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7666F6 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 102 | 246 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.04 |
| HSL | 246.67º | 0.89% | 0.68% | - |
| HSV(B) | 246.67º | 0.59% | 0.96% | - |
| XYZ | 28.86 | 20.01 | 89.53 | - |
| YUV | 123.2 | 197.3 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 246 | 0.52 | 0.59 | 0 | 0.04 | 246.67 | 0.89 | 0.68 |
| Hex | 76 | 66 | F6 | 34 | 3B | 0 | 4 | F7 | 59 | 44 |
| Octal | 166 | 146 | 366 | 64 | 73 | 0 | 4 | 367 | 131 | 104 |
| Binary | 1110110 | 1100110 | 11110110 | 110100 | 111011 | 0 | 100 | 11110111 | 1011001 | 1000100 |
Color Harmonies of #7666F6
Complementary color
Monochromatic Colors of #7666F6
Black with #7666F6
Text Example
Text Example
White with #7666F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7666F6; }
p { color: rgb(118,102,246); }
H1.HeaderClassName
{
color: #7666F6;
}
.AnyTagClassName
{
color: #7666F6;
}
</style>
background-color css
<style>
a { background-color: #7666F6; }
a { background-color: rgb(118,102,246); }
div.DivClassName
{
background-color: #7666F6;
}
.BgClassName
{
background-color: #7666F6;
}
</style>
border-color css
<style>
span { border-color: #7666F6; }
span { border-color: rgb(118,102,246); }
td.TdClassName
{
border-color: #7666F6;
}
.TagClassName
{
border-color: #7666F6;
}
</style>