Shades of Medium Slate Blue #7A7DED
Tints of Medium Slate Blue #7A7DED
RGB
CMYK
RGB Variations
Color information
#7A7DED (or 0x7A7DED) is known color: Medium Slate Blue. HEX triplet: 7A, 7D and ED. RGB value is (122,125,237). Sum of RGB (Red+Green+Blue) = 122+125+237=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #7A7DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7DED is #858212. Grayscale: #888888. Windows color (decimal): -8749587 or 15564154. OLE color: 15564154.
HSL color Cylindrical-coordinate representation of color #7A7DED: hue angle of 238.43º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A7DED is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 125 | 237 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.07 |
| HSL | 238.43º | 0.76% | 0.7% | - |
| HSV(B) | 238.43º | 0.49% | 0.93% | - |
| XYZ | 30.65 | 24.92 | 83.32 | - |
| YUV | 136.87 | 184.51 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 125 | 237 | 0.49 | 0.47 | 0 | 0.07 | 238.43 | 0.76 | 0.7 |
| Hex | 7A | 7D | ED | 31 | 2F | 0 | 7 | EE | 4C | 46 |
| Octal | 172 | 175 | 355 | 61 | 57 | 0 | 7 | 356 | 114 | 106 |
| Binary | 1111010 | 1111101 | 11101101 | 110001 | 101111 | 0 | 111 | 11101110 | 1001100 | 1000110 |
Color Harmonies of #7A7DED
Complementary color
Monochromatic Colors of #7A7DED
Black with #7A7DED
Text Example
Text Example
White with #7A7DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7DED; }
p { color: rgb(122,125,237); }
H1.HeaderClassName
{
color: #7A7DED;
}
.AnyTagClassName
{
color: #7A7DED;
}
</style>
background-color css
<style>
a { background-color: #7A7DED; }
a { background-color: rgb(122,125,237); }
div.DivClassName
{
background-color: #7A7DED;
}
.BgClassName
{
background-color: #7A7DED;
}
</style>
border-color css
<style>
span { border-color: #7A7DED; }
span { border-color: rgb(122,125,237); }
td.TdClassName
{
border-color: #7A7DED;
}
.TagClassName
{
border-color: #7A7DED;
}
</style>