Shades of Medium Slate Blue #777CE3
Tints of Medium Slate Blue #777CE3
RGB
CMYK
RGB Variations
Color information
#777CE3 (or 0x777CE3) is known color: Medium Slate Blue. HEX triplet: 77, 7C and E3. RGB value is (119,124,227). Sum of RGB (Red+Green+Blue) = 119+124+227=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 227 (89.06% from 255 or 48.30% from 470); Max value from RGB is 227 - color contains mainly: blue. Hex color #777CE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777CE3 is #88831C. Grayscale: #858585. Windows color (decimal): -8946461 or 14908535. OLE color: 14908535.
HSL color Cylindrical-coordinate representation of color #777CE3: hue angle of 237.22º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #777CE3 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 124 | 227 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.11 |
| HSL | 237.22º | 0.66% | 0.68% | - |
| HSV(B) | 237.22º | 0.48% | 0.89% | - |
| XYZ | 28.68 | 23.88 | 75.77 | - |
| YUV | 134.25 | 180.34 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 227 | 0.48 | 0.45 | 0 | 0.11 | 237.22 | 0.66 | 0.68 |
| Hex | 77 | 7C | E3 | 30 | 2D | 0 | B | ED | 42 | 44 |
| Octal | 167 | 174 | 343 | 60 | 55 | 0 | 13 | 355 | 102 | 104 |
| Binary | 1110111 | 1111100 | 11100011 | 110000 | 101101 | 0 | 1011 | 11101101 | 1000010 | 1000100 |
Color Harmonies of #777CE3
Complementary color
Monochromatic Colors of #777CE3
Black with #777CE3
Text Example
Text Example
White with #777CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777CE3; }
p { color: rgb(119,124,227); }
H1.HeaderClassName
{
color: #777CE3;
}
.AnyTagClassName
{
color: #777CE3;
}
</style>
background-color css
<style>
a { background-color: #777CE3; }
a { background-color: rgb(119,124,227); }
div.DivClassName
{
background-color: #777CE3;
}
.BgClassName
{
background-color: #777CE3;
}
</style>
border-color css
<style>
span { border-color: #777CE3; }
span { border-color: rgb(119,124,227); }
td.TdClassName
{
border-color: #777CE3;
}
.TagClassName
{
border-color: #777CE3;
}
</style>