Shades of Slate Blue #7A5ACC
Tints of Slate Blue #7A5ACC
RGB
CMYK
RGB Variations
Color information
#7A5ACC (or 0x7A5ACC) is known color: Slate Blue. HEX triplet: 7A, 5A and CC. RGB value is (122,90,204). Sum of RGB (Red+Green+Blue) = 122+90+204=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A5ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5ACC is #85A533. Grayscale: #707070. Windows color (decimal): -8758580 or 13392506. OLE color: 13392506.
HSL color Cylindrical-coordinate representation of color #7A5ACC: hue angle of 256.84º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A5ACC is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 90 | 204 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.2 |
| HSL | 256.84º | 0.53% | 0.58% | - |
| HSV(B) | 256.84º | 0.56% | 0.8% | - |
| XYZ | 22.58 | 15.81 | 58.99 | - |
| YUV | 112.56 | 179.6 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 90 | 204 | 0.40 | 0.56 | 0 | 0.2 | 256.84 | 0.53 | 0.58 |
| Hex | 7A | 5A | CC | 28 | 38 | 0 | 14 | 101 | 35 | 3A |
| Octal | 172 | 132 | 314 | 50 | 70 | 0 | 24 | 401 | 65 | 72 |
| Binary | 1111010 | 1011010 | 11001100 | 101000 | 111000 | 0 | 10100 | 100000001 | 110101 | 111010 |
Color Harmonies of #7A5ACC
Complementary color
Monochromatic Colors of #7A5ACC
Black with #7A5ACC
Text Example
Text Example
White with #7A5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5ACC; }
p { color: rgb(122,90,204); }
H1.HeaderClassName
{
color: #7A5ACC;
}
.AnyTagClassName
{
color: #7A5ACC;
}
</style>
background-color css
<style>
a { background-color: #7A5ACC; }
a { background-color: rgb(122,90,204); }
div.DivClassName
{
background-color: #7A5ACC;
}
.BgClassName
{
background-color: #7A5ACC;
}
</style>
border-color css
<style>
span { border-color: #7A5ACC; }
span { border-color: rgb(122,90,204); }
td.TdClassName
{
border-color: #7A5ACC;
}
.TagClassName
{
border-color: #7A5ACC;
}
</style>