Shades of Medium Slate Blue #7B77EF
Tints of Medium Slate Blue #7B77EF
RGB
CMYK
RGB Variations
Color information
#7B77EF (or 0x7B77EF) is known color: Medium Slate Blue. HEX triplet: 7B, 77 and EF. RGB value is (123,119,239). Sum of RGB (Red+Green+Blue) = 123+119+239=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 119 (46.88% from 255 or 24.74% 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 #7B77EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B77EF is #848810. Grayscale: #858585. Windows color (decimal): -8685585 or 15693691. OLE color: 15693691.
HSL color Cylindrical-coordinate representation of color #7B77EF: hue angle of 242º 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 #7B77EF is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 119 | 239 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.06 |
| HSL | 242º | 0.79% | 0.7% | - |
| HSV(B) | 242º | 0.5% | 0.94% | - |
| XYZ | 30.35 | 23.64 | 84.62 | - |
| YUV | 133.88 | 187.33 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 239 | 0.49 | 0.50 | 0 | 0.06 | 242 | 0.79 | 0.7 |
| Hex | 7B | 77 | EF | 31 | 32 | 0 | 6 | F2 | 4F | 46 |
| Octal | 173 | 167 | 357 | 61 | 62 | 0 | 6 | 362 | 117 | 106 |
| Binary | 1111011 | 1110111 | 11101111 | 110001 | 110010 | 0 | 110 | 11110010 | 1001111 | 1000110 |
Color Harmonies of #7B77EF
Complementary color
Monochromatic Colors of #7B77EF
Black with #7B77EF
Text Example
Text Example
White with #7B77EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B77EF; }
p { color: rgb(123,119,239); }
H1.HeaderClassName
{
color: #7B77EF;
}
.AnyTagClassName
{
color: #7B77EF;
}
</style>
background-color css
<style>
a { background-color: #7B77EF; }
a { background-color: rgb(123,119,239); }
div.DivClassName
{
background-color: #7B77EF;
}
.BgClassName
{
background-color: #7B77EF;
}
</style>
border-color css
<style>
span { border-color: #7B77EF; }
span { border-color: rgb(123,119,239); }
td.TdClassName
{
border-color: #7B77EF;
}
.TagClassName
{
border-color: #7B77EF;
}
</style>