Shades of Medium Slate Blue #7B71ED
Tints of Medium Slate Blue #7B71ED
RGB
CMYK
RGB Variations
Color information
#7B71ED (or 0x7B71ED) is known color: Medium Slate Blue. HEX triplet: 7B, 71 and ED. RGB value is (123,113,237). Sum of RGB (Red+Green+Blue) = 123+113+237=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #7B71ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B71ED is #848E12. Grayscale: #818181. Windows color (decimal): -8687123 or 15561083. OLE color: 15561083.
HSL color Cylindrical-coordinate representation of color #7B71ED: hue angle of 244.84º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B71ED is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 113 | 237 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.07 |
| HSL | 244.84º | 0.78% | 0.69% | - |
| HSV(B) | 244.84º | 0.52% | 0.93% | - |
| XYZ | 29.36 | 22.14 | 82.85 | - |
| YUV | 130.13 | 188.31 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 237 | 0.48 | 0.52 | 0 | 0.07 | 244.84 | 0.78 | 0.69 |
| Hex | 7B | 71 | ED | 30 | 34 | 0 | 7 | F5 | 4E | 45 |
| Octal | 173 | 161 | 355 | 60 | 64 | 0 | 7 | 365 | 116 | 105 |
| Binary | 1111011 | 1110001 | 11101101 | 110000 | 110100 | 0 | 111 | 11110101 | 1001110 | 1000101 |
Color Harmonies of #7B71ED
Complementary color
Monochromatic Colors of #7B71ED
Black with #7B71ED
Text Example
Text Example
White with #7B71ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B71ED; }
p { color: rgb(123,113,237); }
H1.HeaderClassName
{
color: #7B71ED;
}
.AnyTagClassName
{
color: #7B71ED;
}
</style>
background-color css
<style>
a { background-color: #7B71ED; }
a { background-color: rgb(123,113,237); }
div.DivClassName
{
background-color: #7B71ED;
}
.BgClassName
{
background-color: #7B71ED;
}
</style>
border-color css
<style>
span { border-color: #7B71ED; }
span { border-color: rgb(123,113,237); }
td.TdClassName
{
border-color: #7B71ED;
}
.TagClassName
{
border-color: #7B71ED;
}
</style>