Shades of Medium Slate Blue #777BE7
Tints of Medium Slate Blue #777BE7
RGB
CMYK
RGB Variations
Color information
#777BE7 (or 0x777BE7) is known color: Medium Slate Blue. HEX triplet: 77, 7B and E7. RGB value is (119,123,231). Sum of RGB (Red+Green+Blue) = 119+123+231=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #777BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777BE7 is #888418. Grayscale: #858585. Windows color (decimal): -8946713 or 15170423. OLE color: 15170423.
HSL color Cylindrical-coordinate representation of color #777BE7: hue angle of 237.86º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #777BE7 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 123 | 231 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.09 |
| HSL | 237.86º | 0.7% | 0.69% | - |
| HSV(B) | 237.86º | 0.48% | 0.91% | - |
| XYZ | 29.11 | 23.86 | 78.67 | - |
| YUV | 134.12 | 182.67 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 231 | 0.48 | 0.47 | 0 | 0.09 | 237.86 | 0.7 | 0.69 |
| Hex | 77 | 7B | E7 | 30 | 2F | 0 | 9 | EE | 46 | 45 |
| Octal | 167 | 173 | 347 | 60 | 57 | 0 | 11 | 356 | 106 | 105 |
| Binary | 1110111 | 1111011 | 11100111 | 110000 | 101111 | 0 | 1001 | 11101110 | 1000110 | 1000101 |
Color Harmonies of #777BE7
Complementary color
Monochromatic Colors of #777BE7
Black with #777BE7
Text Example
Text Example
White with #777BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BE7; }
p { color: rgb(119,123,231); }
H1.HeaderClassName
{
color: #777BE7;
}
.AnyTagClassName
{
color: #777BE7;
}
</style>
background-color css
<style>
a { background-color: #777BE7; }
a { background-color: rgb(119,123,231); }
div.DivClassName
{
background-color: #777BE7;
}
.BgClassName
{
background-color: #777BE7;
}
</style>
border-color css
<style>
span { border-color: #777BE7; }
span { border-color: rgb(119,123,231); }
td.TdClassName
{
border-color: #777BE7;
}
.TagClassName
{
border-color: #777BE7;
}
</style>