Shades of Medium Slate Blue #7A7DE8
Tints of Medium Slate Blue #7A7DE8
RGB
CMYK
RGB Variations
Color information
#7A7DE8 (or 0x7A7DE8) is known color: Medium Slate Blue. HEX triplet: 7A, 7D and E8. RGB value is (122,125,232). Sum of RGB (Red+Green+Blue) = 122+125+232=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 232 - color contains mainly: blue. Hex color #7A7DE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7DE8 is #858217. Grayscale: #878787. Windows color (decimal): -8749592 or 15236474. OLE color: 15236474.
HSL color Cylindrical-coordinate representation of color #7A7DE8: hue angle of 238.36º degrees, saturation: 0.71, 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 #7A7DE8 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 125 | 232 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.09 |
| HSL | 238.36º | 0.71% | 0.69% | - |
| HSV(B) | 238.36º | 0.47% | 0.91% | - |
| XYZ | 29.93 | 24.63 | 79.52 | - |
| YUV | 136.3 | 182.01 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 125 | 232 | 0.47 | 0.46 | 0 | 0.09 | 238.36 | 0.71 | 0.69 |
| Hex | 7A | 7D | E8 | 2F | 2E | 0 | 9 | EE | 47 | 45 |
| Octal | 172 | 175 | 350 | 57 | 56 | 0 | 11 | 356 | 107 | 105 |
| Binary | 1111010 | 1111101 | 11101000 | 101111 | 101110 | 0 | 1001 | 11101110 | 1000111 | 1000101 |
Color Harmonies of #7A7DE8
Complementary color
Monochromatic Colors of #7A7DE8
Black with #7A7DE8
Text Example
Text Example
White with #7A7DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7DE8; }
p { color: rgb(122,125,232); }
H1.HeaderClassName
{
color: #7A7DE8;
}
.AnyTagClassName
{
color: #7A7DE8;
}
</style>
background-color css
<style>
a { background-color: #7A7DE8; }
a { background-color: rgb(122,125,232); }
div.DivClassName
{
background-color: #7A7DE8;
}
.BgClassName
{
background-color: #7A7DE8;
}
</style>
border-color css
<style>
span { border-color: #7A7DE8; }
span { border-color: rgb(122,125,232); }
td.TdClassName
{
border-color: #7A7DE8;
}
.TagClassName
{
border-color: #7A7DE8;
}
</style>