Shades of Medium Slate Blue #777BEB
Tints of Medium Slate Blue #777BEB
RGB
CMYK
RGB Variations
Color information
#777BEB (or 0x777BEB) is known color: Medium Slate Blue. HEX triplet: 77, 7B and EB. RGB value is (119,123,235). Sum of RGB (Red+Green+Blue) = 119+123+235=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #777BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777BEB is #888414. Grayscale: #868686. Windows color (decimal): -8946709 or 15432567. OLE color: 15432567.
HSL color Cylindrical-coordinate representation of color #777BEB: hue angle of 237.93º degrees, saturation: 0.74, 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 #777BEB is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 123 | 235 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.08 |
| HSL | 237.93º | 0.74% | 0.69% | - |
| HSV(B) | 237.93º | 0.49% | 0.92% | - |
| XYZ | 29.69 | 24.09 | 81.68 | - |
| YUV | 134.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 235 | 0.49 | 0.48 | 0 | 0.08 | 237.93 | 0.74 | 0.69 |
| Hex | 77 | 7B | EB | 31 | 30 | 0 | 8 | EE | 4A | 45 |
| Octal | 167 | 173 | 353 | 61 | 60 | 0 | 10 | 356 | 112 | 105 |
| Binary | 1110111 | 1111011 | 11101011 | 110001 | 110000 | 0 | 1000 | 11101110 | 1001010 | 1000101 |
Color Harmonies of #777BEB
Complementary color
Monochromatic Colors of #777BEB
Black with #777BEB
Text Example
Text Example
White with #777BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BEB; }
p { color: rgb(119,123,235); }
H1.HeaderClassName
{
color: #777BEB;
}
.AnyTagClassName
{
color: #777BEB;
}
</style>
background-color css
<style>
a { background-color: #777BEB; }
a { background-color: rgb(119,123,235); }
div.DivClassName
{
background-color: #777BEB;
}
.BgClassName
{
background-color: #777BEB;
}
</style>
border-color css
<style>
span { border-color: #777BEB; }
span { border-color: rgb(119,123,235); }
td.TdClassName
{
border-color: #777BEB;
}
.TagClassName
{
border-color: #777BEB;
}
</style>