Shades of Medium Slate Blue #7B71DC
Tints of Medium Slate Blue #7B71DC
RGB
CMYK
RGB Variations
Color information
#7B71DC (or 0x7B71DC) is known color: Medium Slate Blue. HEX triplet: 7B, 71 and DC. RGB value is (123,113,220). Sum of RGB (Red+Green+Blue) = 123+113+220=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B71DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B71DC is #848E23. Grayscale: #7F7F7F. Windows color (decimal): -8687140 or 14446971. OLE color: 14446971.
HSL color Cylindrical-coordinate representation of color #7B71DC: hue angle of 245.61º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B71DC is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 113 | 220 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.14 |
| HSL | 245.61º | 0.6% | 0.65% | - |
| HSV(B) | 245.61º | 0.49% | 0.86% | - |
| XYZ | 26.99 | 21.19 | 70.38 | - |
| YUV | 128.19 | 179.81 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 220 | 0.44 | 0.49 | 0 | 0.14 | 245.61 | 0.6 | 0.65 |
| Hex | 7B | 71 | DC | 2C | 31 | 0 | E | F6 | 3C | 41 |
| Octal | 173 | 161 | 334 | 54 | 61 | 0 | 16 | 366 | 74 | 101 |
| Binary | 1111011 | 1110001 | 11011100 | 101100 | 110001 | 0 | 1110 | 11110110 | 111100 | 1000001 |
Color Harmonies of #7B71DC
Complementary color
Monochromatic Colors of #7B71DC
Black with #7B71DC
Text Example
Text Example
White with #7B71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B71DC; }
p { color: rgb(123,113,220); }
H1.HeaderClassName
{
color: #7B71DC;
}
.AnyTagClassName
{
color: #7B71DC;
}
</style>
background-color css
<style>
a { background-color: #7B71DC; }
a { background-color: rgb(123,113,220); }
div.DivClassName
{
background-color: #7B71DC;
}
.BgClassName
{
background-color: #7B71DC;
}
</style>
border-color css
<style>
span { border-color: #7B71DC; }
span { border-color: rgb(123,113,220); }
td.TdClassName
{
border-color: #7B71DC;
}
.TagClassName
{
border-color: #7B71DC;
}
</style>