Shades of Medium Slate Blue #766AF1
Tints of Medium Slate Blue #766AF1
RGB
CMYK
RGB Variations
Color information
#766AF1 (or 0x766AF1) is known color: Medium Slate Blue. HEX triplet: 76, 6A and F1. RGB value is (118,106,241). Sum of RGB (Red+Green+Blue) = 118+106+241=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #766AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766AF1 is #89950E. Grayscale: #7C7C7C. Windows color (decimal): -9016591 or 15821430. OLE color: 15821430.
HSL color Cylindrical-coordinate representation of color #766AF1: hue angle of 245.33º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #766AF1 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 106 | 241 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.05 |
| HSL | 245.33º | 0.83% | 0.68% | - |
| HSV(B) | 245.33º | 0.56% | 0.95% | - |
| XYZ | 28.5 | 20.51 | 85.68 | - |
| YUV | 124.98 | 193.48 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 241 | 0.51 | 0.56 | 0 | 0.05 | 245.33 | 0.83 | 0.68 |
| Hex | 76 | 6A | F1 | 33 | 38 | 0 | 5 | F5 | 53 | 44 |
| Octal | 166 | 152 | 361 | 63 | 70 | 0 | 5 | 365 | 123 | 104 |
| Binary | 1110110 | 1101010 | 11110001 | 110011 | 111000 | 0 | 101 | 11110101 | 1010011 | 1000100 |
Color Harmonies of #766AF1
Complementary color
Monochromatic Colors of #766AF1
Black with #766AF1
Text Example
Text Example
White with #766AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766AF1; }
p { color: rgb(118,106,241); }
H1.HeaderClassName
{
color: #766AF1;
}
.AnyTagClassName
{
color: #766AF1;
}
</style>
background-color css
<style>
a { background-color: #766AF1; }
a { background-color: rgb(118,106,241); }
div.DivClassName
{
background-color: #766AF1;
}
.BgClassName
{
background-color: #766AF1;
}
</style>
border-color css
<style>
span { border-color: #766AF1; }
span { border-color: rgb(118,106,241); }
td.TdClassName
{
border-color: #766AF1;
}
.TagClassName
{
border-color: #766AF1;
}
</style>