Shades of Medium Slate Blue #776BF0
Tints of Medium Slate Blue #776BF0
RGB
CMYK
RGB Variations
Color information
#776BF0 (or 0x776BF0) is known color: Medium Slate Blue. HEX triplet: 77, 6B and F0. RGB value is (119,107,240). Sum of RGB (Red+Green+Blue) = 119+107+240=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #776BF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776BF0 is #88940F. Grayscale: #7D7D7D. Windows color (decimal): -8950800 or 15756151. OLE color: 15756151.
HSL color Cylindrical-coordinate representation of color #776BF0: hue angle of 245.41º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #776BF0 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 107 | 240 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.06 |
| HSL | 245.41º | 0.82% | 0.68% | - |
| HSV(B) | 245.41º | 0.55% | 0.94% | - |
| XYZ | 28.59 | 20.73 | 84.93 | - |
| YUV | 125.75 | 192.48 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 240 | 0.50 | 0.55 | 0 | 0.06 | 245.41 | 0.82 | 0.68 |
| Hex | 77 | 6B | F0 | 32 | 37 | 0 | 6 | F5 | 52 | 44 |
| Octal | 167 | 153 | 360 | 62 | 67 | 0 | 6 | 365 | 122 | 104 |
| Binary | 1110111 | 1101011 | 11110000 | 110010 | 110111 | 0 | 110 | 11110101 | 1010010 | 1000100 |
Color Harmonies of #776BF0
Complementary color
Monochromatic Colors of #776BF0
Black with #776BF0
Text Example
Text Example
White with #776BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776BF0; }
p { color: rgb(119,107,240); }
H1.HeaderClassName
{
color: #776BF0;
}
.AnyTagClassName
{
color: #776BF0;
}
</style>
background-color css
<style>
a { background-color: #776BF0; }
a { background-color: rgb(119,107,240); }
div.DivClassName
{
background-color: #776BF0;
}
.BgClassName
{
background-color: #776BF0;
}
</style>
border-color css
<style>
span { border-color: #776BF0; }
span { border-color: rgb(119,107,240); }
td.TdClassName
{
border-color: #776BF0;
}
.TagClassName
{
border-color: #776BF0;
}
</style>