Shades of Medium Slate Blue #7F71DD
Tints of Medium Slate Blue #7F71DD
RGB
CMYK
RGB Variations
Color information
#7F71DD (or 0x7F71DD) is known color: Medium Slate Blue. HEX triplet: 7F, 71 and DD. RGB value is (127,113,221). Sum of RGB (Red+Green+Blue) = 127+113+221=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F71DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F71DD is #808E22. Grayscale: #818181. Windows color (decimal): -8424995 or 14512511. OLE color: 14512511.
HSL color Cylindrical-coordinate representation of color #7F71DD: hue angle of 247.78º 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 #7F71DD is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 113 | 221 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.13 |
| HSL | 247.78º | 0.61% | 0.65% | - |
| HSV(B) | 247.78º | 0.49% | 0.87% | - |
| XYZ | 27.71 | 21.54 | 71.1 | - |
| YUV | 129.5 | 179.64 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 221 | 0.43 | 0.49 | 0 | 0.13 | 247.78 | 0.61 | 0.65 |
| Hex | 7F | 71 | DD | 2B | 31 | 0 | D | F8 | 3D | 41 |
| Octal | 177 | 161 | 335 | 53 | 61 | 0 | 15 | 370 | 75 | 101 |
| Binary | 1111111 | 1110001 | 11011101 | 101011 | 110001 | 0 | 1101 | 11111000 | 111101 | 1000001 |
Color Harmonies of #7F71DD
Complementary color
Monochromatic Colors of #7F71DD
Black with #7F71DD
Text Example
Text Example
White with #7F71DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F71DD; }
p { color: rgb(127,113,221); }
H1.HeaderClassName
{
color: #7F71DD;
}
.AnyTagClassName
{
color: #7F71DD;
}
</style>
background-color css
<style>
a { background-color: #7F71DD; }
a { background-color: rgb(127,113,221); }
div.DivClassName
{
background-color: #7F71DD;
}
.BgClassName
{
background-color: #7F71DD;
}
</style>
border-color css
<style>
span { border-color: #7F71DD; }
span { border-color: rgb(127,113,221); }
td.TdClassName
{
border-color: #7F71DD;
}
.TagClassName
{
border-color: #7F71DD;
}
</style>