Shades of Medium Slate Blue #7F7ADF
Tints of Medium Slate Blue #7F7ADF
RGB
CMYK
RGB Variations
Color information
#7F7ADF (or 0x7F7ADF) is known color: Medium Slate Blue. HEX triplet: 7F, 7A and DF. RGB value is (127,122,223). Sum of RGB (Red+Green+Blue) = 127+122+223=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F7ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7ADF is #808520. Grayscale: #868686. Windows color (decimal): -8422689 or 14645887. OLE color: 14645887.
HSL color Cylindrical-coordinate representation of color #7F7ADF: hue angle of 242.97º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F7ADF is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 122 | 223 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.13 |
| HSL | 242.97º | 0.61% | 0.68% | - |
| HSV(B) | 242.97º | 0.45% | 0.87% | - |
| XYZ | 29.03 | 23.76 | 72.87 | - |
| YUV | 135.01 | 177.66 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 122 | 223 | 0.43 | 0.45 | 0 | 0.13 | 242.97 | 0.61 | 0.68 |
| Hex | 7F | 7A | DF | 2B | 2D | 0 | D | F3 | 3D | 44 |
| Octal | 177 | 172 | 337 | 53 | 55 | 0 | 15 | 363 | 75 | 104 |
| Binary | 1111111 | 1111010 | 11011111 | 101011 | 101101 | 0 | 1101 | 11110011 | 111101 | 1000100 |
Color Harmonies of #7F7ADF
Complementary color
Monochromatic Colors of #7F7ADF
Black with #7F7ADF
Text Example
Text Example
White with #7F7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7ADF; }
p { color: rgb(127,122,223); }
H1.HeaderClassName
{
color: #7F7ADF;
}
.AnyTagClassName
{
color: #7F7ADF;
}
</style>
background-color css
<style>
a { background-color: #7F7ADF; }
a { background-color: rgb(127,122,223); }
div.DivClassName
{
background-color: #7F7ADF;
}
.BgClassName
{
background-color: #7F7ADF;
}
</style>
border-color css
<style>
span { border-color: #7F7ADF; }
span { border-color: rgb(127,122,223); }
td.TdClassName
{
border-color: #7F7ADF;
}
.TagClassName
{
border-color: #7F7ADF;
}
</style>