Shades of Medium Slate Blue #777FEA
Tints of Medium Slate Blue #777FEA
RGB
CMYK
RGB Variations
Color information
#777FEA (or 0x777FEA) is known color: Medium Slate Blue. HEX triplet: 77, 7F and EA. RGB value is (119,127,234). Sum of RGB (Red+Green+Blue) = 119+127+234=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #777FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777FEA is #888015. Grayscale: #888888. Windows color (decimal): -8945686 or 15368055. OLE color: 15368055.
HSL color Cylindrical-coordinate representation of color #777FEA: hue angle of 235.83º 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 #777FEA is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 127 | 234 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.08 |
| HSL | 235.83º | 0.73% | 0.69% | - |
| HSV(B) | 235.83º | 0.49% | 0.92% | - |
| XYZ | 30.05 | 25.04 | 81.09 | - |
| YUV | 136.81 | 182.85 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 127 | 234 | 0.49 | 0.46 | 0 | 0.08 | 235.83 | 0.73 | 0.69 |
| Hex | 77 | 7F | EA | 31 | 2E | 0 | 8 | EC | 49 | 45 |
| Octal | 167 | 177 | 352 | 61 | 56 | 0 | 10 | 354 | 111 | 105 |
| Binary | 1110111 | 1111111 | 11101010 | 110001 | 101110 | 0 | 1000 | 11101100 | 1001001 | 1000101 |
Color Harmonies of #777FEA
Complementary color
Monochromatic Colors of #777FEA
Black with #777FEA
Text Example
Text Example
White with #777FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777FEA; }
p { color: rgb(119,127,234); }
H1.HeaderClassName
{
color: #777FEA;
}
.AnyTagClassName
{
color: #777FEA;
}
</style>
background-color css
<style>
a { background-color: #777FEA; }
a { background-color: rgb(119,127,234); }
div.DivClassName
{
background-color: #777FEA;
}
.BgClassName
{
background-color: #777FEA;
}
</style>
border-color css
<style>
span { border-color: #777FEA; }
span { border-color: rgb(119,127,234); }
td.TdClassName
{
border-color: #777FEA;
}
.TagClassName
{
border-color: #777FEA;
}
</style>