Shades of Slate Blue #7A50D5
Tints of Slate Blue #7A50D5
RGB
CMYK
RGB Variations
Color information
#7A50D5 (or 0x7A50D5) is known color: Slate Blue. HEX triplet: 7A, 50 and D5. RGB value is (122,80,213). Sum of RGB (Red+Green+Blue) = 122+80+213=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 213 (83.59% from 255 or 51.33% from 415); Max value from RGB is 213 - color contains mainly: blue. Hex color #7A50D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A50D5 is #85AF2A. Grayscale: #6B6B6B. Windows color (decimal): -8761131 or 13979770. OLE color: 13979770.
HSL color Cylindrical-coordinate representation of color #7A50D5: hue angle of 258.95º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A50D5 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 80 | 213 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.16 |
| HSL | 258.95º | 0.61% | 0.57% | - |
| HSV(B) | 258.95º | 0.62% | 0.84% | - |
| XYZ | 22.9 | 14.68 | 64.58 | - |
| YUV | 107.72 | 187.41 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 213 | 0.43 | 0.62 | 0 | 0.16 | 258.95 | 0.61 | 0.57 |
| Hex | 7A | 50 | D5 | 2B | 3E | 0 | 10 | 103 | 3D | 39 |
| Octal | 172 | 120 | 325 | 53 | 76 | 0 | 20 | 403 | 75 | 71 |
| Binary | 1111010 | 1010000 | 11010101 | 101011 | 111110 | 0 | 10000 | 100000011 | 111101 | 111001 |
Color Harmonies of #7A50D5
Complementary color
Monochromatic Colors of #7A50D5
Black with #7A50D5
Text Example
Text Example
White with #7A50D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A50D5; }
p { color: rgb(122,80,213); }
H1.HeaderClassName
{
color: #7A50D5;
}
.AnyTagClassName
{
color: #7A50D5;
}
</style>
background-color css
<style>
a { background-color: #7A50D5; }
a { background-color: rgb(122,80,213); }
div.DivClassName
{
background-color: #7A50D5;
}
.BgClassName
{
background-color: #7A50D5;
}
</style>
border-color css
<style>
span { border-color: #7A50D5; }
span { border-color: rgb(122,80,213); }
td.TdClassName
{
border-color: #7A50D5;
}
.TagClassName
{
border-color: #7A50D5;
}
</style>