Shades of Slate Blue #7A4ACB
Tints of Slate Blue #7A4ACB
RGB
CMYK
RGB Variations
Color information
#7A4ACB (or 0x7A4ACB) is known color: Slate Blue. HEX triplet: 7A, 4A and CB. RGB value is (122,74,203). Sum of RGB (Red+Green+Blue) = 122+74+203=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A4ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A4ACB is #85B534. Grayscale: #666666. Windows color (decimal): -8762677 or 13322874. OLE color: 13322874.
HSL color Cylindrical-coordinate representation of color #7A4ACB: hue angle of 262.33º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A4ACB is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 74 | 203 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.20 |
| HSL | 262.33º | 0.55% | 0.54% | - |
| HSV(B) | 262.33º | 0.64% | 0.8% | - |
| XYZ | 21.25 | 13.35 | 57.96 | - |
| YUV | 103.06 | 184.4 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 74 | 203 | 0.40 | 0.64 | 0 | 0.20 | 262.33 | 0.55 | 0.54 |
| Hex | 7A | 4A | CB | 28 | 40 | 0 | 14 | 106 | 37 | 36 |
| Octal | 172 | 112 | 313 | 50 | 100 | 0 | 24 | 406 | 67 | 66 |
| Binary | 1111010 | 1001010 | 11001011 | 101000 | 1000000 | 0 | 10100 | 100000110 | 110111 | 110110 |
Color Harmonies of #7A4ACB
Complementary color
Monochromatic Colors of #7A4ACB
Black with #7A4ACB
Text Example
Text Example
White with #7A4ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4ACB; }
p { color: rgb(122,74,203); }
H1.HeaderClassName
{
color: #7A4ACB;
}
.AnyTagClassName
{
color: #7A4ACB;
}
</style>
background-color css
<style>
a { background-color: #7A4ACB; }
a { background-color: rgb(122,74,203); }
div.DivClassName
{
background-color: #7A4ACB;
}
.BgClassName
{
background-color: #7A4ACB;
}
</style>
border-color css
<style>
span { border-color: #7A4ACB; }
span { border-color: rgb(122,74,203); }
td.TdClassName
{
border-color: #7A4ACB;
}
.TagClassName
{
border-color: #7A4ACB;
}
</style>