Shades of Slate Blue #7A50E0
Tints of Slate Blue #7A50E0
RGB
CMYK
RGB Variations
Color information
#7A50E0 (or 0x7A50E0) is known color: Slate Blue. HEX triplet: 7A, 50 and E0. RGB value is (122,80,224). Sum of RGB (Red+Green+Blue) = 122+80+224=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #7A50E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A50E0 is #85AF1F. Grayscale: #6C6C6C. Windows color (decimal): -8761120 or 14700666. OLE color: 14700666.
HSL color Cylindrical-coordinate representation of color #7A50E0: hue angle of 257.5º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A50E0 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 122 | 80 | 224 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.12 |
| HSL | 257.5º | 0.7% | 0.6% | - |
| HSV(B) | 257.5º | 0.64% | 0.88% | - |
| XYZ | 24.35 | 15.26 | 72.18 | - |
| YUV | 108.97 | 192.91 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 224 | 0.46 | 0.64 | 0 | 0.12 | 257.5 | 0.7 | 0.6 |
| Hex | 7A | 50 | E0 | 2E | 40 | 0 | C | 102 | 46 | 3C |
| Octal | 172 | 120 | 340 | 56 | 100 | 0 | 14 | 402 | 106 | 74 |
| Binary | 1111010 | 1010000 | 11100000 | 101110 | 1000000 | 0 | 1100 | 100000010 | 1000110 | 111100 |
Color Harmonies of #7A50E0
Complementary color
Monochromatic Colors of #7A50E0
Black with #7A50E0
Text Example
Text Example
White with #7A50E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A50E0; }
p { color: rgb(122,80,224); }
H1.HeaderClassName
{
color: #7A50E0;
}
.AnyTagClassName
{
color: #7A50E0;
}
</style>
background-color css
<style>
a { background-color: #7A50E0; }
a { background-color: rgb(122,80,224); }
div.DivClassName
{
background-color: #7A50E0;
}
.BgClassName
{
background-color: #7A50E0;
}
</style>
border-color css
<style>
span { border-color: #7A50E0; }
span { border-color: rgb(122,80,224); }
td.TdClassName
{
border-color: #7A50E0;
}
.TagClassName
{
border-color: #7A50E0;
}
</style>