Shades of Medium Slate Blue #7C7ADF
Tints of Medium Slate Blue #7C7ADF
RGB
CMYK
RGB Variations
Color information
#7C7ADF (or 0x7C7ADF) is known color: Medium Slate Blue. HEX triplet: 7C, 7A and DF. RGB value is (124,122,223). Sum of RGB (Red+Green+Blue) = 124+122+223=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C7ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7ADF is #838520. Grayscale: #858585. Windows color (decimal): -8619297 or 14645884. OLE color: 14645884.
HSL color Cylindrical-coordinate representation of color #7C7ADF: hue angle of 241.19º 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 #7C7ADF is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 122 | 223 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.13 |
| HSL | 241.19º | 0.61% | 0.68% | - |
| HSV(B) | 241.19º | 0.45% | 0.87% | - |
| XYZ | 28.59 | 23.53 | 72.85 | - |
| YUV | 134.11 | 178.16 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 122 | 223 | 0.44 | 0.45 | 0 | 0.13 | 241.19 | 0.61 | 0.68 |
| Hex | 7C | 7A | DF | 2C | 2D | 0 | D | F1 | 3D | 44 |
| Octal | 174 | 172 | 337 | 54 | 55 | 0 | 15 | 361 | 75 | 104 |
| Binary | 1111100 | 1111010 | 11011111 | 101100 | 101101 | 0 | 1101 | 11110001 | 111101 | 1000100 |
Color Harmonies of #7C7ADF
Complementary color
Monochromatic Colors of #7C7ADF
Black with #7C7ADF
Text Example
Text Example
White with #7C7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7ADF; }
p { color: rgb(124,122,223); }
H1.HeaderClassName
{
color: #7C7ADF;
}
.AnyTagClassName
{
color: #7C7ADF;
}
</style>
background-color css
<style>
a { background-color: #7C7ADF; }
a { background-color: rgb(124,122,223); }
div.DivClassName
{
background-color: #7C7ADF;
}
.BgClassName
{
background-color: #7C7ADF;
}
</style>
border-color css
<style>
span { border-color: #7C7ADF; }
span { border-color: rgb(124,122,223); }
td.TdClassName
{
border-color: #7C7ADF;
}
.TagClassName
{
border-color: #7C7ADF;
}
</style>