Shades of Medium Slate Blue #776CDC
Tints of Medium Slate Blue #776CDC
RGB
CMYK
RGB Variations
Color information
#776CDC (or 0x776CDC) is known color: Medium Slate Blue. HEX triplet: 77, 6C and DC. RGB value is (119,108,220). Sum of RGB (Red+Green+Blue) = 119+108+220=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #776CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776CDC is #889323. Grayscale: #7B7B7B. Windows color (decimal): -8950564 or 14445687. OLE color: 14445687.
HSL color Cylindrical-coordinate representation of color #776CDC: hue angle of 245.89º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #776CDC is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 108 | 220 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.14 |
| HSL | 245.89º | 0.62% | 0.64% | - |
| HSV(B) | 245.89º | 0.51% | 0.86% | - |
| XYZ | 25.89 | 19.81 | 70.17 | - |
| YUV | 124.06 | 182.14 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 220 | 0.46 | 0.51 | 0 | 0.14 | 245.89 | 0.62 | 0.64 |
| Hex | 77 | 6C | DC | 2E | 33 | 0 | E | F6 | 3E | 40 |
| Octal | 167 | 154 | 334 | 56 | 63 | 0 | 16 | 366 | 76 | 100 |
| Binary | 1110111 | 1101100 | 11011100 | 101110 | 110011 | 0 | 1110 | 11110110 | 111110 | 1000000 |
Color Harmonies of #776CDC
Complementary color
Monochromatic Colors of #776CDC
Black with #776CDC
Text Example
Text Example
White with #776CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776CDC; }
p { color: rgb(119,108,220); }
H1.HeaderClassName
{
color: #776CDC;
}
.AnyTagClassName
{
color: #776CDC;
}
</style>
background-color css
<style>
a { background-color: #776CDC; }
a { background-color: rgb(119,108,220); }
div.DivClassName
{
background-color: #776CDC;
}
.BgClassName
{
background-color: #776CDC;
}
</style>
border-color css
<style>
span { border-color: #776CDC; }
span { border-color: rgb(119,108,220); }
td.TdClassName
{
border-color: #776CDC;
}
.TagClassName
{
border-color: #776CDC;
}
</style>