Shades of Medium Slate Blue #776BF1
Tints of Medium Slate Blue #776BF1
RGB
CMYK
RGB Variations
Color information
#776BF1 (or 0x776BF1) is known color: Medium Slate Blue. HEX triplet: 77, 6B and F1. RGB value is (119,107,241). Sum of RGB (Red+Green+Blue) = 119+107+241=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #776BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776BF1 is #88940E. Grayscale: #7D7D7D. Windows color (decimal): -8950799 or 15821687. OLE color: 15821687.
HSL color Cylindrical-coordinate representation of color #776BF1: hue angle of 245.37º 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 #776BF1 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 107 | 241 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.05 |
| HSL | 245.37º | 0.83% | 0.68% | - |
| HSV(B) | 245.37º | 0.56% | 0.95% | - |
| XYZ | 28.74 | 20.79 | 85.72 | - |
| YUV | 125.86 | 192.98 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 241 | 0.51 | 0.56 | 0 | 0.05 | 245.37 | 0.83 | 0.68 |
| Hex | 77 | 6B | F1 | 33 | 38 | 0 | 5 | F5 | 53 | 44 |
| Octal | 167 | 153 | 361 | 63 | 70 | 0 | 5 | 365 | 123 | 104 |
| Binary | 1110111 | 1101011 | 11110001 | 110011 | 111000 | 0 | 101 | 11110101 | 1010011 | 1000100 |
Color Harmonies of #776BF1
Complementary color
Monochromatic Colors of #776BF1
Black with #776BF1
Text Example
Text Example
White with #776BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776BF1; }
p { color: rgb(119,107,241); }
H1.HeaderClassName
{
color: #776BF1;
}
.AnyTagClassName
{
color: #776BF1;
}
</style>
background-color css
<style>
a { background-color: #776BF1; }
a { background-color: rgb(119,107,241); }
div.DivClassName
{
background-color: #776BF1;
}
.BgClassName
{
background-color: #776BF1;
}
</style>
border-color css
<style>
span { border-color: #776BF1; }
span { border-color: rgb(119,107,241); }
td.TdClassName
{
border-color: #776BF1;
}
.TagClassName
{
border-color: #776BF1;
}
</style>