Shades of Medium Slate Blue #7B6BED
Tints of Medium Slate Blue #7B6BED
RGB
CMYK
RGB Variations
Color information
#7B6BED (or 0x7B6BED) is known color: Medium Slate Blue. HEX triplet: 7B, 6B and ED. RGB value is (123,107,237). Sum of RGB (Red+Green+Blue) = 123+107+237=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #7B6BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6BED is #849412. Grayscale: #7E7E7E. Windows color (decimal): -8688659 or 15559547. OLE color: 15559547.
HSL color Cylindrical-coordinate representation of color #7B6BED: hue angle of 247.38º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B6BED is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 107 | 237 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.07 |
| HSL | 247.38º | 0.78% | 0.67% | - |
| HSV(B) | 247.38º | 0.55% | 0.93% | - |
| XYZ | 28.71 | 20.84 | 82.63 | - |
| YUV | 126.6 | 190.3 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 107 | 237 | 0.48 | 0.55 | 0 | 0.07 | 247.38 | 0.78 | 0.67 |
| Hex | 7B | 6B | ED | 30 | 37 | 0 | 7 | F7 | 4E | 43 |
| Octal | 173 | 153 | 355 | 60 | 67 | 0 | 7 | 367 | 116 | 103 |
| Binary | 1111011 | 1101011 | 11101101 | 110000 | 110111 | 0 | 111 | 11110111 | 1001110 | 1000011 |
Color Harmonies of #7B6BED
Complementary color
Monochromatic Colors of #7B6BED
Black with #7B6BED
Text Example
Text Example
White with #7B6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6BED; }
p { color: rgb(123,107,237); }
H1.HeaderClassName
{
color: #7B6BED;
}
.AnyTagClassName
{
color: #7B6BED;
}
</style>
background-color css
<style>
a { background-color: #7B6BED; }
a { background-color: rgb(123,107,237); }
div.DivClassName
{
background-color: #7B6BED;
}
.BgClassName
{
background-color: #7B6BED;
}
</style>
border-color css
<style>
span { border-color: #7B6BED; }
span { border-color: rgb(123,107,237); }
td.TdClassName
{
border-color: #7B6BED;
}
.TagClassName
{
border-color: #7B6BED;
}
</style>