Shades of Medium Slate Blue #777CEB
Tints of Medium Slate Blue #777CEB
RGB
CMYK
RGB Variations
Color information
#777CEB (or 0x777CEB) is known color: Medium Slate Blue. HEX triplet: 77, 7C and EB. RGB value is (119,124,235). Sum of RGB (Red+Green+Blue) = 119+124+235=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #777CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777CEB is #888314. Grayscale: #868686. Windows color (decimal): -8946453 or 15432823. OLE color: 15432823.
HSL color Cylindrical-coordinate representation of color #777CEB: hue angle of 237.41º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #777CEB is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 124 | 235 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.08 |
| HSL | 237.41º | 0.74% | 0.69% | - |
| HSV(B) | 237.41º | 0.49% | 0.92% | - |
| XYZ | 29.81 | 24.34 | 81.72 | - |
| YUV | 135.16 | 184.34 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 235 | 0.49 | 0.47 | 0 | 0.08 | 237.41 | 0.74 | 0.69 |
| Hex | 77 | 7C | EB | 31 | 2F | 0 | 8 | ED | 4A | 45 |
| Octal | 167 | 174 | 353 | 61 | 57 | 0 | 10 | 355 | 112 | 105 |
| Binary | 1110111 | 1111100 | 11101011 | 110001 | 101111 | 0 | 1000 | 11101101 | 1001010 | 1000101 |
Color Harmonies of #777CEB
Complementary color
Monochromatic Colors of #777CEB
Black with #777CEB
Text Example
Text Example
White with #777CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777CEB; }
p { color: rgb(119,124,235); }
H1.HeaderClassName
{
color: #777CEB;
}
.AnyTagClassName
{
color: #777CEB;
}
</style>
background-color css
<style>
a { background-color: #777CEB; }
a { background-color: rgb(119,124,235); }
div.DivClassName
{
background-color: #777CEB;
}
.BgClassName
{
background-color: #777CEB;
}
</style>
border-color css
<style>
span { border-color: #777CEB; }
span { border-color: rgb(119,124,235); }
td.TdClassName
{
border-color: #777CEB;
}
.TagClassName
{
border-color: #777CEB;
}
</style>