Shades of Medium Slate Blue #7B4FE3
Tints of Medium Slate Blue #7B4FE3
RGB
CMYK
RGB Variations
Color information
#7B4FE3 (or 0x7B4FE3) is known color: Medium Slate Blue. HEX triplet: 7B, 4F and E3. RGB value is (123,79,227). Sum of RGB (Red+Green+Blue) = 123+79+227=429 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.67% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 227 (89.06% from 255 or 52.91% from 429); Max value from RGB is 227 - color contains mainly: blue. Hex color #7B4FE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4FE3 is #84B01C. Grayscale: #6C6C6C. Windows color (decimal): -8695837 or 14897019. OLE color: 14897019.
HSL color Cylindrical-coordinate representation of color #7B4FE3: hue angle of 257.84º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B4FE3 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 123 | 79 | 227 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.11 |
| HSL | 257.84º | 0.73% | 0.6% | - |
| HSV(B) | 257.84º | 0.65% | 0.89% | - |
| XYZ | 24.83 | 15.35 | 74.33 | - |
| YUV | 109.03 | 194.58 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 79 | 227 | 0.46 | 0.65 | 0 | 0.11 | 257.84 | 0.73 | 0.6 |
| Hex | 7B | 4F | E3 | 2E | 41 | 0 | B | 102 | 49 | 3C |
| Octal | 173 | 117 | 343 | 56 | 101 | 0 | 13 | 402 | 111 | 74 |
| Binary | 1111011 | 1001111 | 11100011 | 101110 | 1000001 | 0 | 1011 | 100000010 | 1001001 | 111100 |
Color Harmonies of #7B4FE3
Complementary color
Monochromatic Colors of #7B4FE3
Black with #7B4FE3
Text Example
Text Example
White with #7B4FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4FE3; }
p { color: rgb(123,79,227); }
H1.HeaderClassName
{
color: #7B4FE3;
}
.AnyTagClassName
{
color: #7B4FE3;
}
</style>
background-color css
<style>
a { background-color: #7B4FE3; }
a { background-color: rgb(123,79,227); }
div.DivClassName
{
background-color: #7B4FE3;
}
.BgClassName
{
background-color: #7B4FE3;
}
</style>
border-color css
<style>
span { border-color: #7B4FE3; }
span { border-color: rgb(123,79,227); }
td.TdClassName
{
border-color: #7B4FE3;
}
.TagClassName
{
border-color: #7B4FE3;
}
</style>