Shades of Medium Slate Blue #7B6BEF
Tints of Medium Slate Blue #7B6BEF
RGB
CMYK
RGB Variations
Color information
#7B6BEF (or 0x7B6BEF) is known color: Medium Slate Blue. HEX triplet: 7B, 6B and EF. RGB value is (123,107,239). Sum of RGB (Red+Green+Blue) = 123+107+239=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B6BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6BEF is #849410. Grayscale: #7E7E7E. Windows color (decimal): -8688657 or 15690619. OLE color: 15690619.
HSL color Cylindrical-coordinate representation of color #7B6BEF: hue angle of 247.27º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B6BEF is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 107 | 239 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.06 |
| HSL | 247.27º | 0.8% | 0.68% | - |
| HSV(B) | 247.27º | 0.55% | 0.94% | - |
| XYZ | 29.01 | 20.96 | 84.18 | - |
| YUV | 126.83 | 191.3 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 107 | 239 | 0.49 | 0.55 | 0 | 0.06 | 247.27 | 0.8 | 0.68 |
| Hex | 7B | 6B | EF | 31 | 37 | 0 | 6 | F7 | 50 | 44 |
| Octal | 173 | 153 | 357 | 61 | 67 | 0 | 6 | 367 | 120 | 104 |
| Binary | 1111011 | 1101011 | 11101111 | 110001 | 110111 | 0 | 110 | 11110111 | 1010000 | 1000100 |
Color Harmonies of #7B6BEF
Complementary color
Monochromatic Colors of #7B6BEF
Black with #7B6BEF
Text Example
Text Example
White with #7B6BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6BEF; }
p { color: rgb(123,107,239); }
H1.HeaderClassName
{
color: #7B6BEF;
}
.AnyTagClassName
{
color: #7B6BEF;
}
</style>
background-color css
<style>
a { background-color: #7B6BEF; }
a { background-color: rgb(123,107,239); }
div.DivClassName
{
background-color: #7B6BEF;
}
.BgClassName
{
background-color: #7B6BEF;
}
</style>
border-color css
<style>
span { border-color: #7B6BEF; }
span { border-color: rgb(123,107,239); }
td.TdClassName
{
border-color: #7B6BEF;
}
.TagClassName
{
border-color: #7B6BEF;
}
</style>