Shades of Medium Slate Blue #777BE3
Tints of Medium Slate Blue #777BE3
RGB
CMYK
RGB Variations
Color information
#777BE3 (or 0x777BE3) is known color: Medium Slate Blue. HEX triplet: 77, 7B and E3. RGB value is (119,123,227). Sum of RGB (Red+Green+Blue) = 119+123+227=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 227 - color contains mainly: blue. Hex color #777BE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BE3 is #88841C. Grayscale: #858585. Windows color (decimal): -8946717 or 14908279. OLE color: 14908279.
HSL color Cylindrical-coordinate representation of color #777BE3: hue angle of 237.78º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #777BE3 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 123 | 227 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.11 |
| HSL | 237.78º | 0.66% | 0.68% | - |
| HSV(B) | 237.78º | 0.48% | 0.89% | - |
| XYZ | 28.56 | 23.63 | 75.73 | - |
| YUV | 133.66 | 180.67 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 227 | 0.48 | 0.46 | 0 | 0.11 | 237.78 | 0.66 | 0.68 |
| Hex | 77 | 7B | E3 | 30 | 2E | 0 | B | EE | 42 | 44 |
| Octal | 167 | 173 | 343 | 60 | 56 | 0 | 13 | 356 | 102 | 104 |
| Binary | 1110111 | 1111011 | 11100011 | 110000 | 101110 | 0 | 1011 | 11101110 | 1000010 | 1000100 |
Color Harmonies of #777BE3
Complementary color
Monochromatic Colors of #777BE3
Black with #777BE3
Text Example
Text Example
White with #777BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BE3; }
p { color: rgb(119,123,227); }
H1.HeaderClassName
{
color: #777BE3;
}
.AnyTagClassName
{
color: #777BE3;
}
</style>
background-color css
<style>
a { background-color: #777BE3; }
a { background-color: rgb(119,123,227); }
div.DivClassName
{
background-color: #777BE3;
}
.BgClassName
{
background-color: #777BE3;
}
</style>
border-color css
<style>
span { border-color: #777BE3; }
span { border-color: rgb(119,123,227); }
td.TdClassName
{
border-color: #777BE3;
}
.TagClassName
{
border-color: #777BE3;
}
</style>