Shades of Medium Slate Blue #7B77EA
Tints of Medium Slate Blue #7B77EA
RGB
CMYK
RGB Variations
Color information
#7B77EA (or 0x7B77EA) is known color: Medium Slate Blue. HEX triplet: 7B, 77 and EA. RGB value is (123,119,234). Sum of RGB (Red+Green+Blue) = 123+119+234=476 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.84% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B77EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B77EA is #848815. Grayscale: #848484. Windows color (decimal): -8685590 or 15366011. OLE color: 15366011.
HSL color Cylindrical-coordinate representation of color #7B77EA: hue angle of 242.09º degrees, saturation: 0.73, 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 #7B77EA is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 119 | 234 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.08 |
| HSL | 242.09º | 0.73% | 0.69% | - |
| HSV(B) | 242.09º | 0.49% | 0.92% | - |
| XYZ | 29.62 | 23.35 | 80.79 | - |
| YUV | 133.31 | 184.83 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 234 | 0.47 | 0.49 | 0 | 0.08 | 242.09 | 0.73 | 0.69 |
| Hex | 7B | 77 | EA | 2F | 31 | 0 | 8 | F2 | 49 | 45 |
| Octal | 173 | 167 | 352 | 57 | 61 | 0 | 10 | 362 | 111 | 105 |
| Binary | 1111011 | 1110111 | 11101010 | 101111 | 110001 | 0 | 1000 | 11110010 | 1001001 | 1000101 |
Color Harmonies of #7B77EA
Complementary color
Monochromatic Colors of #7B77EA
Black with #7B77EA
Text Example
Text Example
White with #7B77EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B77EA; }
p { color: rgb(123,119,234); }
H1.HeaderClassName
{
color: #7B77EA;
}
.AnyTagClassName
{
color: #7B77EA;
}
</style>
background-color css
<style>
a { background-color: #7B77EA; }
a { background-color: rgb(123,119,234); }
div.DivClassName
{
background-color: #7B77EA;
}
.BgClassName
{
background-color: #7B77EA;
}
</style>
border-color css
<style>
span { border-color: #7B77EA; }
span { border-color: rgb(123,119,234); }
td.TdClassName
{
border-color: #7B77EA;
}
.TagClassName
{
border-color: #7B77EA;
}
</style>