Shades of Medium Slate Blue #7B6BEA
Tints of Medium Slate Blue #7B6BEA
RGB
CMYK
RGB Variations
Color information
#7B6BEA (or 0x7B6BEA) is known color: Medium Slate Blue. HEX triplet: 7B, 6B and EA. RGB value is (123,107,234). Sum of RGB (Red+Green+Blue) = 123+107+234=464 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.51% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B6BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6BEA is #849415. Grayscale: #7D7D7D. Windows color (decimal): -8688662 or 15362939. OLE color: 15362939.
HSL color Cylindrical-coordinate representation of color #7B6BEA: hue angle of 247.56º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B6BEA is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 107 | 234 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.08 |
| HSL | 247.56º | 0.75% | 0.67% | - |
| HSV(B) | 247.56º | 0.54% | 0.92% | - |
| XYZ | 28.28 | 20.67 | 80.34 | - |
| YUV | 126.26 | 188.8 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 107 | 234 | 0.47 | 0.54 | 0 | 0.08 | 247.56 | 0.75 | 0.67 |
| Hex | 7B | 6B | EA | 2F | 36 | 0 | 8 | F8 | 4B | 43 |
| Octal | 173 | 153 | 352 | 57 | 66 | 0 | 10 | 370 | 113 | 103 |
| Binary | 1111011 | 1101011 | 11101010 | 101111 | 110110 | 0 | 1000 | 11111000 | 1001011 | 1000011 |
Color Harmonies of #7B6BEA
Complementary color
Monochromatic Colors of #7B6BEA
Black with #7B6BEA
Text Example
Text Example
White with #7B6BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6BEA; }
p { color: rgb(123,107,234); }
H1.HeaderClassName
{
color: #7B6BEA;
}
.AnyTagClassName
{
color: #7B6BEA;
}
</style>
background-color css
<style>
a { background-color: #7B6BEA; }
a { background-color: rgb(123,107,234); }
div.DivClassName
{
background-color: #7B6BEA;
}
.BgClassName
{
background-color: #7B6BEA;
}
</style>
border-color css
<style>
span { border-color: #7B6BEA; }
span { border-color: rgb(123,107,234); }
td.TdClassName
{
border-color: #7B6BEA;
}
.TagClassName
{
border-color: #7B6BEA;
}
</style>