Shades of Medium Slate Blue #777FE6
Tints of Medium Slate Blue #777FE6
RGB
CMYK
RGB Variations
Color information
#777FE6 (or 0x777FE6) is known color: Medium Slate Blue. HEX triplet: 77, 7F and E6. RGB value is (119,127,230). Sum of RGB (Red+Green+Blue) = 119+127+230=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 230 (90.23% from 255 or 48.32% from 476); Max value from RGB is 230 - color contains mainly: blue. Hex color #777FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777FE6 is #888019. Grayscale: #878787. Windows color (decimal): -8945690 or 15105911. OLE color: 15105911.
HSL color Cylindrical-coordinate representation of color #777FE6: hue angle of 235.68º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #777FE6 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 127 | 230 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.10 |
| HSL | 235.68º | 0.69% | 0.68% | - |
| HSV(B) | 235.68º | 0.48% | 0.9% | - |
| XYZ | 29.48 | 24.81 | 78.1 | - |
| YUV | 136.35 | 180.85 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 127 | 230 | 0.48 | 0.45 | 0 | 0.10 | 235.68 | 0.69 | 0.68 |
| Hex | 77 | 7F | E6 | 30 | 2D | 0 | A | EC | 45 | 44 |
| Octal | 167 | 177 | 346 | 60 | 55 | 0 | 12 | 354 | 105 | 104 |
| Binary | 1110111 | 1111111 | 11100110 | 110000 | 101101 | 0 | 1010 | 11101100 | 1000101 | 1000100 |
Color Harmonies of #777FE6
Complementary color
Monochromatic Colors of #777FE6
Black with #777FE6
Text Example
Text Example
White with #777FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777FE6; }
p { color: rgb(119,127,230); }
H1.HeaderClassName
{
color: #777FE6;
}
.AnyTagClassName
{
color: #777FE6;
}
</style>
background-color css
<style>
a { background-color: #777FE6; }
a { background-color: rgb(119,127,230); }
div.DivClassName
{
background-color: #777FE6;
}
.BgClassName
{
background-color: #777FE6;
}
</style>
border-color css
<style>
span { border-color: #777FE6; }
span { border-color: rgb(119,127,230); }
td.TdClassName
{
border-color: #777FE6;
}
.TagClassName
{
border-color: #777FE6;
}
</style>