Shades of Medium Slate Blue #777DEA
Tints of Medium Slate Blue #777DEA
RGB
CMYK
RGB Variations
Color information
#777DEA (or 0x777DEA) is known color: Medium Slate Blue. HEX triplet: 77, 7D and EA. RGB value is (119,125,234). Sum of RGB (Red+Green+Blue) = 119+125+234=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #777DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777DEA is #888215. Grayscale: #878787. Windows color (decimal): -8946198 or 15367543. OLE color: 15367543.
HSL color Cylindrical-coordinate representation of color #777DEA: hue angle of 236.87º degrees, saturation: 0.73, 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 #777DEA is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 125 | 234 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.08 |
| HSL | 236.87º | 0.73% | 0.69% | - |
| HSV(B) | 236.87º | 0.49% | 0.92% | - |
| XYZ | 29.79 | 24.53 | 81.01 | - |
| YUV | 135.63 | 183.51 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 234 | 0.49 | 0.47 | 0 | 0.08 | 236.87 | 0.73 | 0.69 |
| Hex | 77 | 7D | EA | 31 | 2F | 0 | 8 | ED | 49 | 45 |
| Octal | 167 | 175 | 352 | 61 | 57 | 0 | 10 | 355 | 111 | 105 |
| Binary | 1110111 | 1111101 | 11101010 | 110001 | 101111 | 0 | 1000 | 11101101 | 1001001 | 1000101 |
Color Harmonies of #777DEA
Complementary color
Monochromatic Colors of #777DEA
Black with #777DEA
Text Example
Text Example
White with #777DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DEA; }
p { color: rgb(119,125,234); }
H1.HeaderClassName
{
color: #777DEA;
}
.AnyTagClassName
{
color: #777DEA;
}
</style>
background-color css
<style>
a { background-color: #777DEA; }
a { background-color: rgb(119,125,234); }
div.DivClassName
{
background-color: #777DEA;
}
.BgClassName
{
background-color: #777DEA;
}
</style>
border-color css
<style>
span { border-color: #777DEA; }
span { border-color: rgb(119,125,234); }
td.TdClassName
{
border-color: #777DEA;
}
.TagClassName
{
border-color: #777DEA;
}
</style>