Shades of Medium Slate Blue #7A77DD
Tints of Medium Slate Blue #7A77DD
RGB
CMYK
RGB Variations
Color information
#7A77DD (or 0x7A77DD) is known color: Medium Slate Blue. HEX triplet: 7A, 77 and DD. RGB value is (122,119,221). Sum of RGB (Red+Green+Blue) = 122+119+221=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A77DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A77DD is #858822. Grayscale: #838383. Windows color (decimal): -8751139 or 14514042. OLE color: 14514042.
HSL color Cylindrical-coordinate representation of color #7A77DD: hue angle of 241.76º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A77DD is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 119 | 221 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.13 |
| HSL | 241.76º | 0.6% | 0.67% | - |
| HSV(B) | 241.76º | 0.46% | 0.87% | - |
| XYZ | 27.67 | 22.55 | 71.3 | - |
| YUV | 131.53 | 178.49 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 119 | 221 | 0.45 | 0.46 | 0 | 0.13 | 241.76 | 0.6 | 0.67 |
| Hex | 7A | 77 | DD | 2D | 2E | 0 | D | F2 | 3C | 43 |
| Octal | 172 | 167 | 335 | 55 | 56 | 0 | 15 | 362 | 74 | 103 |
| Binary | 1111010 | 1110111 | 11011101 | 101101 | 101110 | 0 | 1101 | 11110010 | 111100 | 1000011 |
Color Harmonies of #7A77DD
Complementary color
Monochromatic Colors of #7A77DD
Black with #7A77DD
Text Example
Text Example
White with #7A77DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A77DD; }
p { color: rgb(122,119,221); }
H1.HeaderClassName
{
color: #7A77DD;
}
.AnyTagClassName
{
color: #7A77DD;
}
</style>
background-color css
<style>
a { background-color: #7A77DD; }
a { background-color: rgb(122,119,221); }
div.DivClassName
{
background-color: #7A77DD;
}
.BgClassName
{
background-color: #7A77DD;
}
</style>
border-color css
<style>
span { border-color: #7A77DD; }
span { border-color: rgb(122,119,221); }
td.TdClassName
{
border-color: #7A77DD;
}
.TagClassName
{
border-color: #7A77DD;
}
</style>