Shades of Medium Slate Blue #777CDE
Tints of Medium Slate Blue #777CDE
RGB
CMYK
RGB Variations
Color information
#777CDE (or 0x777CDE) is known color: Medium Slate Blue. HEX triplet: 77, 7C and DE. RGB value is (119,124,222). Sum of RGB (Red+Green+Blue) = 119+124+222=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #777CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777CDE is #888321. Grayscale: #858585. Windows color (decimal): -8946466 or 14580855. OLE color: 14580855.
HSL color Cylindrical-coordinate representation of color #777CDE: hue angle of 237.09º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #777CDE is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 124 | 222 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.13 |
| HSL | 237.09º | 0.61% | 0.67% | - |
| HSV(B) | 237.09º | 0.46% | 0.87% | - |
| XYZ | 28 | 23.61 | 72.19 | - |
| YUV | 133.68 | 177.84 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 222 | 0.46 | 0.44 | 0 | 0.13 | 237.09 | 0.61 | 0.67 |
| Hex | 77 | 7C | DE | 2E | 2C | 0 | D | ED | 3D | 43 |
| Octal | 167 | 174 | 336 | 56 | 54 | 0 | 15 | 355 | 75 | 103 |
| Binary | 1110111 | 1111100 | 11011110 | 101110 | 101100 | 0 | 1101 | 11101101 | 111101 | 1000011 |
Color Harmonies of #777CDE
Complementary color
Monochromatic Colors of #777CDE
Black with #777CDE
Text Example
Text Example
White with #777CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777CDE; }
p { color: rgb(119,124,222); }
H1.HeaderClassName
{
color: #777CDE;
}
.AnyTagClassName
{
color: #777CDE;
}
</style>
background-color css
<style>
a { background-color: #777CDE; }
a { background-color: rgb(119,124,222); }
div.DivClassName
{
background-color: #777CDE;
}
.BgClassName
{
background-color: #777CDE;
}
</style>
border-color css
<style>
span { border-color: #777CDE; }
span { border-color: rgb(119,124,222); }
td.TdClassName
{
border-color: #777CDE;
}
.TagClassName
{
border-color: #777CDE;
}
</style>