Shades of Medium Slate Blue #776BF2
Tints of Medium Slate Blue #776BF2
RGB
CMYK
RGB Variations
Color information
#776BF2 (or 0x776BF2) is known color: Medium Slate Blue. HEX triplet: 77, 6B and F2. RGB value is (119,107,242). Sum of RGB (Red+Green+Blue) = 119+107+242=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #776BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776BF2 is #88940D. Grayscale: #7D7D7D. Windows color (decimal): -8950798 or 15887223. OLE color: 15887223.
HSL color Cylindrical-coordinate representation of color #776BF2: hue angle of 245.33º degrees, saturation: 0.84, 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 #776BF2 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 107 | 242 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.05 |
| HSL | 245.33º | 0.84% | 0.68% | - |
| HSV(B) | 245.33º | 0.56% | 0.95% | - |
| XYZ | 28.89 | 20.85 | 86.51 | - |
| YUV | 125.98 | 193.48 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 242 | 0.51 | 0.56 | 0 | 0.05 | 245.33 | 0.84 | 0.68 |
| Hex | 77 | 6B | F2 | 33 | 38 | 0 | 5 | F5 | 54 | 44 |
| Octal | 167 | 153 | 362 | 63 | 70 | 0 | 5 | 365 | 124 | 104 |
| Binary | 1110111 | 1101011 | 11110010 | 110011 | 111000 | 0 | 101 | 11110101 | 1010100 | 1000100 |
Color Harmonies of #776BF2
Complementary color
Monochromatic Colors of #776BF2
Black with #776BF2
Text Example
Text Example
White with #776BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776BF2; }
p { color: rgb(119,107,242); }
H1.HeaderClassName
{
color: #776BF2;
}
.AnyTagClassName
{
color: #776BF2;
}
</style>
background-color css
<style>
a { background-color: #776BF2; }
a { background-color: rgb(119,107,242); }
div.DivClassName
{
background-color: #776BF2;
}
.BgClassName
{
background-color: #776BF2;
}
</style>
border-color css
<style>
span { border-color: #776BF2; }
span { border-color: rgb(119,107,242); }
td.TdClassName
{
border-color: #776BF2;
}
.TagClassName
{
border-color: #776BF2;
}
</style>