Shades of Medium Slate Blue #7A69E6
Tints of Medium Slate Blue #7A69E6
RGB
CMYK
RGB Variations
Color information
#7A69E6 (or 0x7A69E6) is known color: Medium Slate Blue. HEX triplet: 7A, 69 and E6. RGB value is (122,105,230). Sum of RGB (Red+Green+Blue) = 122+105+230=457 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.70% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 230 (90.23% from 255 or 50.33% from 457); Max value from RGB is 230 - color contains mainly: blue. Hex color #7A69E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A69E6 is #859619. Grayscale: #7B7B7B. Windows color (decimal): -8754714 or 15100282. OLE color: 15100282.
HSL color Cylindrical-coordinate representation of color #7A69E6: hue angle of 248.16º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A69E6 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 105 | 230 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.10 |
| HSL | 248.16º | 0.71% | 0.66% | - |
| HSV(B) | 248.16º | 0.54% | 0.9% | - |
| XYZ | 27.36 | 19.95 | 77.27 | - |
| YUV | 124.33 | 187.63 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 230 | 0.47 | 0.54 | 0 | 0.10 | 248.16 | 0.71 | 0.66 |
| Hex | 7A | 69 | E6 | 2F | 36 | 0 | A | F8 | 47 | 42 |
| Octal | 172 | 151 | 346 | 57 | 66 | 0 | 12 | 370 | 107 | 102 |
| Binary | 1111010 | 1101001 | 11100110 | 101111 | 110110 | 0 | 1010 | 11111000 | 1000111 | 1000010 |
Color Harmonies of #7A69E6
Complementary color
Monochromatic Colors of #7A69E6
Black with #7A69E6
Text Example
Text Example
White with #7A69E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A69E6; }
p { color: rgb(122,105,230); }
H1.HeaderClassName
{
color: #7A69E6;
}
.AnyTagClassName
{
color: #7A69E6;
}
</style>
background-color css
<style>
a { background-color: #7A69E6; }
a { background-color: rgb(122,105,230); }
div.DivClassName
{
background-color: #7A69E6;
}
.BgClassName
{
background-color: #7A69E6;
}
</style>
border-color css
<style>
span { border-color: #7A69E6; }
span { border-color: rgb(122,105,230); }
td.TdClassName
{
border-color: #7A69E6;
}
.TagClassName
{
border-color: #7A69E6;
}
</style>