Shades of Slate Blue #7A50CD
Tints of Slate Blue #7A50CD
RGB
CMYK
RGB Variations
Color information
#7A50CD (or 0x7A50CD) is known color: Slate Blue. HEX triplet: 7A, 50 and CD. RGB value is (122,80,205). Sum of RGB (Red+Green+Blue) = 122+80+205=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A50CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A50CD is #85AF32. Grayscale: #6A6A6A. Windows color (decimal): -8761139 or 13455482. OLE color: 13455482.
HSL color Cylindrical-coordinate representation of color #7A50CD: hue angle of 260.16º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A50CD is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 80 | 205 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.20 |
| HSL | 260.16º | 0.56% | 0.56% | - |
| HSV(B) | 260.16º | 0.61% | 0.8% | - |
| XYZ | 21.91 | 14.28 | 59.36 | - |
| YUV | 106.81 | 183.41 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 205 | 0.40 | 0.61 | 0 | 0.20 | 260.16 | 0.56 | 0.56 |
| Hex | 7A | 50 | CD | 28 | 3D | 0 | 14 | 104 | 38 | 38 |
| Octal | 172 | 120 | 315 | 50 | 75 | 0 | 24 | 404 | 70 | 70 |
| Binary | 1111010 | 1010000 | 11001101 | 101000 | 111101 | 0 | 10100 | 100000100 | 111000 | 111000 |
Color Harmonies of #7A50CD
Complementary color
Monochromatic Colors of #7A50CD
Black with #7A50CD
Text Example
Text Example
White with #7A50CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A50CD; }
p { color: rgb(122,80,205); }
H1.HeaderClassName
{
color: #7A50CD;
}
.AnyTagClassName
{
color: #7A50CD;
}
</style>
background-color css
<style>
a { background-color: #7A50CD; }
a { background-color: rgb(122,80,205); }
div.DivClassName
{
background-color: #7A50CD;
}
.BgClassName
{
background-color: #7A50CD;
}
</style>
border-color css
<style>
span { border-color: #7A50CD; }
span { border-color: rgb(122,80,205); }
td.TdClassName
{
border-color: #7A50CD;
}
.TagClassName
{
border-color: #7A50CD;
}
</style>