Shades of Medium Slate Blue #7B6BEE
Tints of Medium Slate Blue #7B6BEE
RGB
CMYK
RGB Variations
Color information
#7B6BEE (or 0x7B6BEE) is known color: Medium Slate Blue. HEX triplet: 7B, 6B and EE. RGB value is (123,107,238). Sum of RGB (Red+Green+Blue) = 123+107+238=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #7B6BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6BEE is #849411. Grayscale: #7E7E7E. Windows color (decimal): -8688658 or 15625083. OLE color: 15625083.
HSL color Cylindrical-coordinate representation of color #7B6BEE: hue angle of 247.33º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B6BEE is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 107 | 238 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.07 |
| HSL | 247.33º | 0.79% | 0.68% | - |
| HSV(B) | 247.33º | 0.55% | 0.93% | - |
| XYZ | 28.86 | 20.9 | 83.4 | - |
| YUV | 126.72 | 190.8 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 107 | 238 | 0.48 | 0.55 | 0 | 0.07 | 247.33 | 0.79 | 0.68 |
| Hex | 7B | 6B | EE | 30 | 37 | 0 | 7 | F7 | 4F | 44 |
| Octal | 173 | 153 | 356 | 60 | 67 | 0 | 7 | 367 | 117 | 104 |
| Binary | 1111011 | 1101011 | 11101110 | 110000 | 110111 | 0 | 111 | 11110111 | 1001111 | 1000100 |
Color Harmonies of #7B6BEE
Complementary color
Monochromatic Colors of #7B6BEE
Black with #7B6BEE
Text Example
Text Example
White with #7B6BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6BEE; }
p { color: rgb(123,107,238); }
H1.HeaderClassName
{
color: #7B6BEE;
}
.AnyTagClassName
{
color: #7B6BEE;
}
</style>
background-color css
<style>
a { background-color: #7B6BEE; }
a { background-color: rgb(123,107,238); }
div.DivClassName
{
background-color: #7B6BEE;
}
.BgClassName
{
background-color: #7B6BEE;
}
</style>
border-color css
<style>
span { border-color: #7B6BEE; }
span { border-color: rgb(123,107,238); }
td.TdClassName
{
border-color: #7B6BEE;
}
.TagClassName
{
border-color: #7B6BEE;
}
</style>