Shades of Medium Slate Blue #777AEA
Tints of Medium Slate Blue #777AEA
RGB
CMYK
RGB Variations
Color information
#777AEA (or 0x777AEA) is known color: Medium Slate Blue. HEX triplet: 77, 7A and EA. RGB value is (119,122,234). Sum of RGB (Red+Green+Blue) = 119+122+234=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #777AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777AEA is #888515. Grayscale: #858585. Windows color (decimal): -8946966 or 15366775. OLE color: 15366775.
HSL color Cylindrical-coordinate representation of color #777AEA: hue angle of 238.43º 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 #777AEA is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 122 | 234 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.08 |
| HSL | 238.43º | 0.73% | 0.69% | - |
| HSV(B) | 238.43º | 0.49% | 0.92% | - |
| XYZ | 29.42 | 23.78 | 80.88 | - |
| YUV | 133.87 | 184.51 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 234 | 0.49 | 0.48 | 0 | 0.08 | 238.43 | 0.73 | 0.69 |
| Hex | 77 | 7A | EA | 31 | 30 | 0 | 8 | EE | 49 | 45 |
| Octal | 167 | 172 | 352 | 61 | 60 | 0 | 10 | 356 | 111 | 105 |
| Binary | 1110111 | 1111010 | 11101010 | 110001 | 110000 | 0 | 1000 | 11101110 | 1001001 | 1000101 |
Color Harmonies of #777AEA
Complementary color
Monochromatic Colors of #777AEA
Black with #777AEA
Text Example
Text Example
White with #777AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777AEA; }
p { color: rgb(119,122,234); }
H1.HeaderClassName
{
color: #777AEA;
}
.AnyTagClassName
{
color: #777AEA;
}
</style>
background-color css
<style>
a { background-color: #777AEA; }
a { background-color: rgb(119,122,234); }
div.DivClassName
{
background-color: #777AEA;
}
.BgClassName
{
background-color: #777AEA;
}
</style>
border-color css
<style>
span { border-color: #777AEA; }
span { border-color: rgb(119,122,234); }
td.TdClassName
{
border-color: #777AEA;
}
.TagClassName
{
border-color: #777AEA;
}
</style>