Shades of Medium Slate Blue #777DEE
Tints of Medium Slate Blue #777DEE
RGB
CMYK
RGB Variations
Color information
#777DEE (or 0x777DEE) is known color: Medium Slate Blue. HEX triplet: 77, 7D and EE. RGB value is (119,125,238). Sum of RGB (Red+Green+Blue) = 119+125+238=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #777DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777DEE is #888211. Grayscale: #878787. Windows color (decimal): -8946194 or 15629687. OLE color: 15629687.
HSL color Cylindrical-coordinate representation of color #777DEE: hue angle of 236.97º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #777DEE is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 125 | 238 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.07 |
| HSL | 236.97º | 0.78% | 0.7% | - |
| HSV(B) | 236.97º | 0.5% | 0.93% | - |
| XYZ | 30.37 | 24.76 | 84.07 | - |
| YUV | 136.09 | 185.51 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 238 | 0.50 | 0.47 | 0 | 0.07 | 236.97 | 0.78 | 0.7 |
| Hex | 77 | 7D | EE | 32 | 2F | 0 | 7 | ED | 4E | 46 |
| Octal | 167 | 175 | 356 | 62 | 57 | 0 | 7 | 355 | 116 | 106 |
| Binary | 1110111 | 1111101 | 11101110 | 110010 | 101111 | 0 | 111 | 11101101 | 1001110 | 1000110 |
Color Harmonies of #777DEE
Complementary color
Monochromatic Colors of #777DEE
Black with #777DEE
Text Example
Text Example
White with #777DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DEE; }
p { color: rgb(119,125,238); }
H1.HeaderClassName
{
color: #777DEE;
}
.AnyTagClassName
{
color: #777DEE;
}
</style>
background-color css
<style>
a { background-color: #777DEE; }
a { background-color: rgb(119,125,238); }
div.DivClassName
{
background-color: #777DEE;
}
.BgClassName
{
background-color: #777DEE;
}
</style>
border-color css
<style>
span { border-color: #777DEE; }
span { border-color: rgb(119,125,238); }
td.TdClassName
{
border-color: #777DEE;
}
.TagClassName
{
border-color: #777DEE;
}
</style>