Shades of Medium Slate Blue #7B6EEF
Tints of Medium Slate Blue #7B6EEF
RGB
CMYK
RGB Variations
Color information
#7B6EEF (or 0x7B6EEF) is known color: Medium Slate Blue. HEX triplet: 7B, 6E and EF. RGB value is (123,110,239). Sum of RGB (Red+Green+Blue) = 123+110+239=472 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.06% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B6EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6EEF is #849110. Grayscale: #808080. Windows color (decimal): -8687889 or 15691387. OLE color: 15691387.
HSL color Cylindrical-coordinate representation of color #7B6EEF: hue angle of 246.05º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B6EEF is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 110 | 239 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.06 |
| HSL | 246.05º | 0.8% | 0.68% | - |
| HSV(B) | 246.05º | 0.54% | 0.94% | - |
| XYZ | 29.32 | 21.59 | 84.28 | - |
| YUV | 128.59 | 190.31 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 110 | 239 | 0.49 | 0.54 | 0 | 0.06 | 246.05 | 0.8 | 0.68 |
| Hex | 7B | 6E | EF | 31 | 36 | 0 | 6 | F6 | 50 | 44 |
| Octal | 173 | 156 | 357 | 61 | 66 | 0 | 6 | 366 | 120 | 104 |
| Binary | 1111011 | 1101110 | 11101111 | 110001 | 110110 | 0 | 110 | 11110110 | 1010000 | 1000100 |
Color Harmonies of #7B6EEF
Complementary color
Monochromatic Colors of #7B6EEF
Black with #7B6EEF
Text Example
Text Example
White with #7B6EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6EEF; }
p { color: rgb(123,110,239); }
H1.HeaderClassName
{
color: #7B6EEF;
}
.AnyTagClassName
{
color: #7B6EEF;
}
</style>
background-color css
<style>
a { background-color: #7B6EEF; }
a { background-color: rgb(123,110,239); }
div.DivClassName
{
background-color: #7B6EEF;
}
.BgClassName
{
background-color: #7B6EEF;
}
</style>
border-color css
<style>
span { border-color: #7B6EEF; }
span { border-color: rgb(123,110,239); }
td.TdClassName
{
border-color: #7B6EEF;
}
.TagClassName
{
border-color: #7B6EEF;
}
</style>