Shades of Medium Slate Blue #777BEF
Tints of Medium Slate Blue #777BEF
RGB
CMYK
RGB Variations
Color information
#777BEF (or 0x777BEF) is known color: Medium Slate Blue. HEX triplet: 77, 7B and EF. RGB value is (119,123,239). Sum of RGB (Red+Green+Blue) = 119+123+239=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #777BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777BEF is #888410. Grayscale: #868686. Windows color (decimal): -8946705 or 15694711. OLE color: 15694711.
HSL color Cylindrical-coordinate representation of color #777BEF: hue angle of 238º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #777BEF is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 123 | 239 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.06 |
| HSL | 238º | 0.79% | 0.7% | - |
| HSV(B) | 238º | 0.5% | 0.94% | - |
| XYZ | 30.27 | 24.32 | 84.76 | - |
| YUV | 135.03 | 186.67 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 239 | 0.50 | 0.49 | 0 | 0.06 | 238 | 0.79 | 0.7 |
| Hex | 77 | 7B | EF | 32 | 31 | 0 | 6 | EE | 4F | 46 |
| Octal | 167 | 173 | 357 | 62 | 61 | 0 | 6 | 356 | 117 | 106 |
| Binary | 1110111 | 1111011 | 11101111 | 110010 | 110001 | 0 | 110 | 11101110 | 1001111 | 1000110 |
Color Harmonies of #777BEF
Complementary color
Monochromatic Colors of #777BEF
Black with #777BEF
Text Example
Text Example
White with #777BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BEF; }
p { color: rgb(119,123,239); }
H1.HeaderClassName
{
color: #777BEF;
}
.AnyTagClassName
{
color: #777BEF;
}
</style>
background-color css
<style>
a { background-color: #777BEF; }
a { background-color: rgb(119,123,239); }
div.DivClassName
{
background-color: #777BEF;
}
.BgClassName
{
background-color: #777BEF;
}
</style>
border-color css
<style>
span { border-color: #777BEF; }
span { border-color: rgb(119,123,239); }
td.TdClassName
{
border-color: #777BEF;
}
.TagClassName
{
border-color: #777BEF;
}
</style>