Shades of Medium Slate Blue #7B6FEF
Tints of Medium Slate Blue #7B6FEF
RGB
CMYK
RGB Variations
Color information
#7B6FEF (or 0x7B6FEF) is known color: Medium Slate Blue. HEX triplet: 7B, 6F and EF. RGB value is (123,111,239). Sum of RGB (Red+Green+Blue) = 123+111+239=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B6FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6FEF is #849010. Grayscale: #808080. Windows color (decimal): -8687633 or 15691643. OLE color: 15691643.
HSL color Cylindrical-coordinate representation of color #7B6FEF: hue angle of 245.62º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B6FEF is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 111 | 239 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.06 |
| HSL | 245.63º | 0.8% | 0.69% | - |
| HSV(B) | 245.63º | 0.54% | 0.94% | - |
| XYZ | 29.43 | 21.81 | 84.32 | - |
| YUV | 129.18 | 189.98 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 239 | 0.49 | 0.54 | 0 | 0.06 | 245.63 | 0.8 | 0.69 |
| Hex | 7B | 6F | EF | 31 | 36 | 0 | 6 | F6 | 50 | 45 |
| Octal | 173 | 157 | 357 | 61 | 66 | 0 | 6 | 366 | 120 | 105 |
| Binary | 1111011 | 1101111 | 11101111 | 110001 | 110110 | 0 | 110 | 11110110 | 1010000 | 1000101 |
Color Harmonies of #7B6FEF
Complementary color
Monochromatic Colors of #7B6FEF
Black with #7B6FEF
Text Example
Text Example
White with #7B6FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6FEF; }
p { color: rgb(123,111,239); }
H1.HeaderClassName
{
color: #7B6FEF;
}
.AnyTagClassName
{
color: #7B6FEF;
}
</style>
background-color css
<style>
a { background-color: #7B6FEF; }
a { background-color: rgb(123,111,239); }
div.DivClassName
{
background-color: #7B6FEF;
}
.BgClassName
{
background-color: #7B6FEF;
}
</style>
border-color css
<style>
span { border-color: #7B6FEF; }
span { border-color: rgb(123,111,239); }
td.TdClassName
{
border-color: #7B6FEF;
}
.TagClassName
{
border-color: #7B6FEF;
}
</style>