Shades of Medium Slate Blue #7B7CED
Tints of Medium Slate Blue #7B7CED
RGB
CMYK
RGB Variations
Color information
#7B7CED (or 0x7B7CED) is known color: Medium Slate Blue. HEX triplet: 7B, 7C and ED. RGB value is (123,124,237). Sum of RGB (Red+Green+Blue) = 123+124+237=484 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.41% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #7B7CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7CED is #848312. Grayscale: #888888. Windows color (decimal): -8684307 or 15563899. OLE color: 15563899.
HSL color Cylindrical-coordinate representation of color #7B7CED: hue angle of 239.47º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B7CED is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 124 | 237 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.07 |
| HSL | 239.47º | 0.76% | 0.71% | - |
| HSV(B) | 239.47º | 0.48% | 0.93% | - |
| XYZ | 30.66 | 24.74 | 83.28 | - |
| YUV | 136.58 | 184.67 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 124 | 237 | 0.48 | 0.48 | 0 | 0.07 | 239.47 | 0.76 | 0.71 |
| Hex | 7B | 7C | ED | 30 | 30 | 0 | 7 | EF | 4C | 47 |
| Octal | 173 | 174 | 355 | 60 | 60 | 0 | 7 | 357 | 114 | 107 |
| Binary | 1111011 | 1111100 | 11101101 | 110000 | 110000 | 0 | 111 | 11101111 | 1001100 | 1000111 |
Color Harmonies of #7B7CED
Complementary color
Monochromatic Colors of #7B7CED
Black with #7B7CED
Text Example
Text Example
White with #7B7CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7CED; }
p { color: rgb(123,124,237); }
H1.HeaderClassName
{
color: #7B7CED;
}
.AnyTagClassName
{
color: #7B7CED;
}
</style>
background-color css
<style>
a { background-color: #7B7CED; }
a { background-color: rgb(123,124,237); }
div.DivClassName
{
background-color: #7B7CED;
}
.BgClassName
{
background-color: #7B7CED;
}
</style>
border-color css
<style>
span { border-color: #7B7CED; }
span { border-color: rgb(123,124,237); }
td.TdClassName
{
border-color: #7B7CED;
}
.TagClassName
{
border-color: #7B7CED;
}
</style>