Shades of Medium Slate Blue #7A7DE7
Tints of Medium Slate Blue #7A7DE7
RGB
CMYK
RGB Variations
Color information
#7A7DE7 (or 0x7A7DE7) is known color: Medium Slate Blue. HEX triplet: 7A, 7D and E7. RGB value is (122,125,231). Sum of RGB (Red+Green+Blue) = 122+125+231=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 231 - color contains mainly: blue. Hex color #7A7DE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7DE7 is #858218. Grayscale: #878787. Windows color (decimal): -8749593 or 15170938. OLE color: 15170938.
HSL color Cylindrical-coordinate representation of color #7A7DE7: hue angle of 238.35º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A7DE7 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 125 | 231 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.09 |
| HSL | 238.35º | 0.69% | 0.69% | - |
| HSV(B) | 238.35º | 0.47% | 0.91% | - |
| XYZ | 29.78 | 24.57 | 78.77 | - |
| YUV | 136.19 | 181.51 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 125 | 231 | 0.47 | 0.46 | 0 | 0.09 | 238.35 | 0.69 | 0.69 |
| Hex | 7A | 7D | E7 | 2F | 2E | 0 | 9 | EE | 45 | 45 |
| Octal | 172 | 175 | 347 | 57 | 56 | 0 | 11 | 356 | 105 | 105 |
| Binary | 1111010 | 1111101 | 11100111 | 101111 | 101110 | 0 | 1001 | 11101110 | 1000101 | 1000101 |
Color Harmonies of #7A7DE7
Complementary color
Monochromatic Colors of #7A7DE7
Black with #7A7DE7
Text Example
Text Example
White with #7A7DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7DE7; }
p { color: rgb(122,125,231); }
H1.HeaderClassName
{
color: #7A7DE7;
}
.AnyTagClassName
{
color: #7A7DE7;
}
</style>
background-color css
<style>
a { background-color: #7A7DE7; }
a { background-color: rgb(122,125,231); }
div.DivClassName
{
background-color: #7A7DE7;
}
.BgClassName
{
background-color: #7A7DE7;
}
</style>
border-color css
<style>
span { border-color: #7A7DE7; }
span { border-color: rgb(122,125,231); }
td.TdClassName
{
border-color: #7A7DE7;
}
.TagClassName
{
border-color: #7A7DE7;
}
</style>