Shades of Medium Slate Blue #776ADA
Tints of Medium Slate Blue #776ADA
RGB
CMYK
RGB Variations
Color information
#776ADA (or 0x776ADA) is known color: Medium Slate Blue. HEX triplet: 77, 6A and DA. RGB value is (119,106,218). Sum of RGB (Red+Green+Blue) = 119+106+218=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #776ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776ADA is #889525. Grayscale: #7A7A7A. Windows color (decimal): -8951078 or 14314103. OLE color: 14314103.
HSL color Cylindrical-coordinate representation of color #776ADA: hue angle of 246.96º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #776ADA is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 106 | 218 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.15 |
| HSL | 246.96º | 0.6% | 0.64% | - |
| HSV(B) | 246.96º | 0.51% | 0.85% | - |
| XYZ | 25.42 | 19.29 | 68.71 | - |
| YUV | 122.66 | 181.81 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 218 | 0.45 | 0.51 | 0 | 0.15 | 246.96 | 0.6 | 0.64 |
| Hex | 77 | 6A | DA | 2D | 33 | 0 | F | F7 | 3C | 40 |
| Octal | 167 | 152 | 332 | 55 | 63 | 0 | 17 | 367 | 74 | 100 |
| Binary | 1110111 | 1101010 | 11011010 | 101101 | 110011 | 0 | 1111 | 11110111 | 111100 | 1000000 |
Color Harmonies of #776ADA
Complementary color
Monochromatic Colors of #776ADA
Black with #776ADA
Text Example
Text Example
White with #776ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776ADA; }
p { color: rgb(119,106,218); }
H1.HeaderClassName
{
color: #776ADA;
}
.AnyTagClassName
{
color: #776ADA;
}
</style>
background-color css
<style>
a { background-color: #776ADA; }
a { background-color: rgb(119,106,218); }
div.DivClassName
{
background-color: #776ADA;
}
.BgClassName
{
background-color: #776ADA;
}
</style>
border-color css
<style>
span { border-color: #776ADA; }
span { border-color: rgb(119,106,218); }
td.TdClassName
{
border-color: #776ADA;
}
.TagClassName
{
border-color: #776ADA;
}
</style>