Shades of Slate Blue #7A5CCD
Tints of Slate Blue #7A5CCD
RGB
CMYK
RGB Variations
Color information
#7A5CCD (or 0x7A5CCD) is known color: Slate Blue. HEX triplet: 7A, 5C and CD. RGB value is (122,92,205). Sum of RGB (Red+Green+Blue) = 122+92+205=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A5CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5CCD is #85A332. Grayscale: #717171. Windows color (decimal): -8758067 or 13458554. OLE color: 13458554.
HSL color Cylindrical-coordinate representation of color #7A5CCD: hue angle of 255.93º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A5CCD is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 92 | 205 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.20 |
| HSL | 255.93º | 0.53% | 0.58% | - |
| HSV(B) | 255.93º | 0.55% | 0.8% | - |
| XYZ | 22.87 | 16.2 | 59.68 | - |
| YUV | 113.85 | 179.44 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 92 | 205 | 0.40 | 0.55 | 0 | 0.20 | 255.93 | 0.53 | 0.58 |
| Hex | 7A | 5C | CD | 28 | 37 | 0 | 14 | 100 | 35 | 3A |
| Octal | 172 | 134 | 315 | 50 | 67 | 0 | 24 | 400 | 65 | 72 |
| Binary | 1111010 | 1011100 | 11001101 | 101000 | 110111 | 0 | 10100 | 100000000 | 110101 | 111010 |
Color Harmonies of #7A5CCD
Complementary color
Monochromatic Colors of #7A5CCD
Black with #7A5CCD
Text Example
Text Example
White with #7A5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5CCD; }
p { color: rgb(122,92,205); }
H1.HeaderClassName
{
color: #7A5CCD;
}
.AnyTagClassName
{
color: #7A5CCD;
}
</style>
background-color css
<style>
a { background-color: #7A5CCD; }
a { background-color: rgb(122,92,205); }
div.DivClassName
{
background-color: #7A5CCD;
}
.BgClassName
{
background-color: #7A5CCD;
}
</style>
border-color css
<style>
span { border-color: #7A5CCD; }
span { border-color: rgb(122,92,205); }
td.TdClassName
{
border-color: #7A5CCD;
}
.TagClassName
{
border-color: #7A5CCD;
}
</style>