Shades of Medium Slate Blue #7B6FEE
Tints of Medium Slate Blue #7B6FEE
RGB
CMYK
RGB Variations
Color information
#7B6FEE (or 0x7B6FEE) is known color: Medium Slate Blue. HEX triplet: 7B, 6F and EE. RGB value is (123,111,238). Sum of RGB (Red+Green+Blue) = 123+111+238=472 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.06% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #7B6FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6FEE is #849011. Grayscale: #808080. Windows color (decimal): -8687634 or 15626107. OLE color: 15626107.
HSL color Cylindrical-coordinate representation of color #7B6FEE: hue angle of 245.67º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B6FEE is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 111 | 238 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.07 |
| HSL | 245.67º | 0.79% | 0.68% | - |
| HSV(B) | 245.67º | 0.53% | 0.93% | - |
| XYZ | 29.29 | 21.75 | 83.54 | - |
| YUV | 129.07 | 189.48 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 238 | 0.48 | 0.53 | 0 | 0.07 | 245.67 | 0.79 | 0.68 |
| Hex | 7B | 6F | EE | 30 | 35 | 0 | 7 | F6 | 4F | 44 |
| Octal | 173 | 157 | 356 | 60 | 65 | 0 | 7 | 366 | 117 | 104 |
| Binary | 1111011 | 1101111 | 11101110 | 110000 | 110101 | 0 | 111 | 11110110 | 1001111 | 1000100 |
Color Harmonies of #7B6FEE
Complementary color
Monochromatic Colors of #7B6FEE
Black with #7B6FEE
Text Example
Text Example
White with #7B6FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6FEE; }
p { color: rgb(123,111,238); }
H1.HeaderClassName
{
color: #7B6FEE;
}
.AnyTagClassName
{
color: #7B6FEE;
}
</style>
background-color css
<style>
a { background-color: #7B6FEE; }
a { background-color: rgb(123,111,238); }
div.DivClassName
{
background-color: #7B6FEE;
}
.BgClassName
{
background-color: #7B6FEE;
}
</style>
border-color css
<style>
span { border-color: #7B6FEE; }
span { border-color: rgb(123,111,238); }
td.TdClassName
{
border-color: #7B6FEE;
}
.TagClassName
{
border-color: #7B6FEE;
}
</style>