Shades of Medium Slate Blue #776CE7
Tints of Medium Slate Blue #776CE7
RGB
CMYK
RGB Variations
Color information
#776CE7 (or 0x776CE7) is known color: Medium Slate Blue. HEX triplet: 77, 6C and E7. RGB value is (119,108,231). Sum of RGB (Red+Green+Blue) = 119+108+231=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 231 (90.62% from 255 or 50.44% from 458); Max value from RGB is 231 - color contains mainly: blue. Hex color #776CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776CE7 is #889318. Grayscale: #7C7C7C. Windows color (decimal): -8950553 or 15166583. OLE color: 15166583.
HSL color Cylindrical-coordinate representation of color #776CE7: hue angle of 245.37º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #776CE7 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 108 | 231 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.09 |
| HSL | 245.37º | 0.72% | 0.66% | - |
| HSV(B) | 245.37º | 0.53% | 0.91% | - |
| XYZ | 27.39 | 20.42 | 78.1 | - |
| YUV | 125.31 | 187.64 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 231 | 0.48 | 0.53 | 0 | 0.09 | 245.37 | 0.72 | 0.66 |
| Hex | 77 | 6C | E7 | 30 | 35 | 0 | 9 | F5 | 48 | 42 |
| Octal | 167 | 154 | 347 | 60 | 65 | 0 | 11 | 365 | 110 | 102 |
| Binary | 1110111 | 1101100 | 11100111 | 110000 | 110101 | 0 | 1001 | 11110101 | 1001000 | 1000010 |
Color Harmonies of #776CE7
Complementary color
Monochromatic Colors of #776CE7
Black with #776CE7
Text Example
Text Example
White with #776CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776CE7; }
p { color: rgb(119,108,231); }
H1.HeaderClassName
{
color: #776CE7;
}
.AnyTagClassName
{
color: #776CE7;
}
</style>
background-color css
<style>
a { background-color: #776CE7; }
a { background-color: rgb(119,108,231); }
div.DivClassName
{
background-color: #776CE7;
}
.BgClassName
{
background-color: #776CE7;
}
</style>
border-color css
<style>
span { border-color: #776CE7; }
span { border-color: rgb(119,108,231); }
td.TdClassName
{
border-color: #776CE7;
}
.TagClassName
{
border-color: #776CE7;
}
</style>