Shades of Medium Slate Blue #776CDA
Tints of Medium Slate Blue #776CDA
RGB
CMYK
RGB Variations
Color information
#776CDA (or 0x776CDA) is known color: Medium Slate Blue. HEX triplet: 77, 6C and DA. RGB value is (119,108,218). Sum of RGB (Red+Green+Blue) = 119+108+218=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #776CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776CDA is #889325. Grayscale: #7B7B7B. Windows color (decimal): -8950566 or 14314615. OLE color: 14314615.
HSL color Cylindrical-coordinate representation of color #776CDA: hue angle of 246º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #776CDA is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 108 | 218 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.15 |
| HSL | 246º | 0.6% | 0.64% | - |
| HSV(B) | 246º | 0.5% | 0.85% | - |
| XYZ | 25.63 | 19.71 | 68.78 | - |
| YUV | 123.83 | 181.14 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 218 | 0.45 | 0.50 | 0 | 0.15 | 246 | 0.6 | 0.64 |
| Hex | 77 | 6C | DA | 2D | 32 | 0 | F | F6 | 3C | 40 |
| Octal | 167 | 154 | 332 | 55 | 62 | 0 | 17 | 366 | 74 | 100 |
| Binary | 1110111 | 1101100 | 11011010 | 101101 | 110010 | 0 | 1111 | 11110110 | 111100 | 1000000 |
Color Harmonies of #776CDA
Complementary color
Monochromatic Colors of #776CDA
Black with #776CDA
Text Example
Text Example
White with #776CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776CDA; }
p { color: rgb(119,108,218); }
H1.HeaderClassName
{
color: #776CDA;
}
.AnyTagClassName
{
color: #776CDA;
}
</style>
background-color css
<style>
a { background-color: #776CDA; }
a { background-color: rgb(119,108,218); }
div.DivClassName
{
background-color: #776CDA;
}
.BgClassName
{
background-color: #776CDA;
}
</style>
border-color css
<style>
span { border-color: #776CDA; }
span { border-color: rgb(119,108,218); }
td.TdClassName
{
border-color: #776CDA;
}
.TagClassName
{
border-color: #776CDA;
}
</style>