Shades of Medium Slate Blue #7B71DD
Tints of Medium Slate Blue #7B71DD
RGB
CMYK
RGB Variations
Color information
#7B71DD (or 0x7B71DD) is known color: Medium Slate Blue. HEX triplet: 7B, 71 and DD. RGB value is (123,113,221). Sum of RGB (Red+Green+Blue) = 123+113+221=457 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.91% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B71DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B71DD is #848E22. Grayscale: #7F7F7F. Windows color (decimal): -8687139 or 14512507. OLE color: 14512507.
HSL color Cylindrical-coordinate representation of color #7B71DD: hue angle of 245.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B71DD is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 113 | 221 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.13 |
| HSL | 245.56º | 0.61% | 0.65% | - |
| HSV(B) | 245.56º | 0.49% | 0.87% | - |
| XYZ | 27.12 | 21.24 | 71.08 | - |
| YUV | 128.3 | 180.31 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 221 | 0.44 | 0.49 | 0 | 0.13 | 245.56 | 0.61 | 0.65 |
| Hex | 7B | 71 | DD | 2C | 31 | 0 | D | F6 | 3D | 41 |
| Octal | 173 | 161 | 335 | 54 | 61 | 0 | 15 | 366 | 75 | 101 |
| Binary | 1111011 | 1110001 | 11011101 | 101100 | 110001 | 0 | 1101 | 11110110 | 111101 | 1000001 |
Color Harmonies of #7B71DD
Complementary color
Monochromatic Colors of #7B71DD
Black with #7B71DD
Text Example
Text Example
White with #7B71DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B71DD; }
p { color: rgb(123,113,221); }
H1.HeaderClassName
{
color: #7B71DD;
}
.AnyTagClassName
{
color: #7B71DD;
}
</style>
background-color css
<style>
a { background-color: #7B71DD; }
a { background-color: rgb(123,113,221); }
div.DivClassName
{
background-color: #7B71DD;
}
.BgClassName
{
background-color: #7B71DD;
}
</style>
border-color css
<style>
span { border-color: #7B71DD; }
span { border-color: rgb(123,113,221); }
td.TdClassName
{
border-color: #7B71DD;
}
.TagClassName
{
border-color: #7B71DD;
}
</style>