Shades of Medium Slate Blue #776AF1
Tints of Medium Slate Blue #776AF1
RGB
CMYK
RGB Variations
Color information
#776AF1 (or 0x776AF1) is known color: Medium Slate Blue. HEX triplet: 77, 6A and F1. RGB value is (119,106,241). Sum of RGB (Red+Green+Blue) = 119+106+241=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #776AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776AF1 is #88950E. Grayscale: #7C7C7C. Windows color (decimal): -8951055 or 15821431. OLE color: 15821431.
HSL color Cylindrical-coordinate representation of color #776AF1: hue angle of 245.78º 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 #776AF1 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 106 | 241 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.05 |
| HSL | 245.78º | 0.83% | 0.68% | - |
| HSV(B) | 245.78º | 0.56% | 0.95% | - |
| XYZ | 28.64 | 20.58 | 85.68 | - |
| YUV | 125.28 | 193.31 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 241 | 0.51 | 0.56 | 0 | 0.05 | 245.78 | 0.83 | 0.68 |
| Hex | 77 | 6A | F1 | 33 | 38 | 0 | 5 | F6 | 53 | 44 |
| Octal | 167 | 152 | 361 | 63 | 70 | 0 | 5 | 366 | 123 | 104 |
| Binary | 1110111 | 1101010 | 11110001 | 110011 | 111000 | 0 | 101 | 11110110 | 1010011 | 1000100 |
Color Harmonies of #776AF1
Complementary color
Monochromatic Colors of #776AF1
Black with #776AF1
Text Example
Text Example
White with #776AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776AF1; }
p { color: rgb(119,106,241); }
H1.HeaderClassName
{
color: #776AF1;
}
.AnyTagClassName
{
color: #776AF1;
}
</style>
background-color css
<style>
a { background-color: #776AF1; }
a { background-color: rgb(119,106,241); }
div.DivClassName
{
background-color: #776AF1;
}
.BgClassName
{
background-color: #776AF1;
}
</style>
border-color css
<style>
span { border-color: #776AF1; }
span { border-color: rgb(119,106,241); }
td.TdClassName
{
border-color: #776AF1;
}
.TagClassName
{
border-color: #776AF1;
}
</style>