Shades of Medium Slate Blue #7A7ADF
Tints of Medium Slate Blue #7A7ADF
RGB
CMYK
RGB Variations
Color information
#7A7ADF (or 0x7A7ADF) is known color: Medium Slate Blue. HEX triplet: 7A, 7A and DF. RGB value is (122,122,223). Sum of RGB (Red+Green+Blue) = 122+122+223=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A7ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7ADF is #858520. Grayscale: #858585. Windows color (decimal): -8750369 or 14645882. OLE color: 14645882.
HSL color Cylindrical-coordinate representation of color #7A7ADF: hue angle of 240º 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 #7A7ADF is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 122 | 223 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.13 |
| HSL | 240º | 0.61% | 0.68% | - |
| HSV(B) | 240º | 0.45% | 0.87% | - |
| XYZ | 28.3 | 23.38 | 72.83 | - |
| YUV | 133.51 | 178.5 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 122 | 223 | 0.45 | 0.45 | 0 | 0.13 | 240 | 0.61 | 0.68 |
| Hex | 7A | 7A | DF | 2D | 2D | 0 | D | F0 | 3D | 44 |
| Octal | 172 | 172 | 337 | 55 | 55 | 0 | 15 | 360 | 75 | 104 |
| Binary | 1111010 | 1111010 | 11011111 | 101101 | 101101 | 0 | 1101 | 11110000 | 111101 | 1000100 |
Color Harmonies of #7A7ADF
Complementary color
Monochromatic Colors of #7A7ADF
Black with #7A7ADF
Text Example
Text Example
White with #7A7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7ADF; }
p { color: rgb(122,122,223); }
H1.HeaderClassName
{
color: #7A7ADF;
}
.AnyTagClassName
{
color: #7A7ADF;
}
</style>
background-color css
<style>
a { background-color: #7A7ADF; }
a { background-color: rgb(122,122,223); }
div.DivClassName
{
background-color: #7A7ADF;
}
.BgClassName
{
background-color: #7A7ADF;
}
</style>
border-color css
<style>
span { border-color: #7A7ADF; }
span { border-color: rgb(122,122,223); }
td.TdClassName
{
border-color: #7A7ADF;
}
.TagClassName
{
border-color: #7A7ADF;
}
</style>