Shades of Medium Slate Blue #7B7BED
Tints of Medium Slate Blue #7B7BED
RGB
CMYK
RGB Variations
Color information
#7B7BED (or 0x7B7BED) is known color: Medium Slate Blue. HEX triplet: 7B, 7B and ED. RGB value is (123,123,237). Sum of RGB (Red+Green+Blue) = 123+123+237=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #7B7BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7BED is #848412. Grayscale: #878787. Windows color (decimal): -8684563 or 15563643. OLE color: 15563643.
HSL color Cylindrical-coordinate representation of color #7B7BED: hue angle of 240º 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 #7B7BED is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 123 | 237 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.07 |
| HSL | 240º | 0.76% | 0.71% | - |
| HSV(B) | 240º | 0.48% | 0.93% | - |
| XYZ | 30.54 | 24.49 | 83.24 | - |
| YUV | 136 | 185 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 123 | 237 | 0.48 | 0.48 | 0 | 0.07 | 240 | 0.76 | 0.71 |
| Hex | 7B | 7B | ED | 30 | 30 | 0 | 7 | F0 | 4C | 47 |
| Octal | 173 | 173 | 355 | 60 | 60 | 0 | 7 | 360 | 114 | 107 |
| Binary | 1111011 | 1111011 | 11101101 | 110000 | 110000 | 0 | 111 | 11110000 | 1001100 | 1000111 |
Color Harmonies of #7B7BED
Complementary color
Monochromatic Colors of #7B7BED
Black with #7B7BED
Text Example
Text Example
White with #7B7BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7BED; }
p { color: rgb(123,123,237); }
H1.HeaderClassName
{
color: #7B7BED;
}
.AnyTagClassName
{
color: #7B7BED;
}
</style>
background-color css
<style>
a { background-color: #7B7BED; }
a { background-color: rgb(123,123,237); }
div.DivClassName
{
background-color: #7B7BED;
}
.BgClassName
{
background-color: #7B7BED;
}
</style>
border-color css
<style>
span { border-color: #7B7BED; }
span { border-color: rgb(123,123,237); }
td.TdClassName
{
border-color: #7B7BED;
}
.TagClassName
{
border-color: #7B7BED;
}
</style>