Shades of Slate Blue #7A64CD
Tints of Slate Blue #7A64CD
RGB
CMYK
RGB Variations
Color information
#7A64CD (or 0x7A64CD) is known color: Slate Blue. HEX triplet: 7A, 64 and CD. RGB value is (122,100,205). Sum of RGB (Red+Green+Blue) = 122+100+205=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A64CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A64CD is #859B32. Grayscale: #767676. Windows color (decimal): -8756019 or 13460602. OLE color: 13460602.
HSL color Cylindrical-coordinate representation of color #7A64CD: hue angle of 252.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A64CD is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 100 | 205 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.20 |
| HSL | 252.57º | 0.51% | 0.6% | - |
| HSV(B) | 252.57º | 0.51% | 0.8% | - |
| XYZ | 23.6 | 17.66 | 59.92 | - |
| YUV | 118.55 | 176.79 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 205 | 0.40 | 0.51 | 0 | 0.20 | 252.57 | 0.51 | 0.6 |
| Hex | 7A | 64 | CD | 28 | 33 | 0 | 14 | FD | 33 | 3C |
| Octal | 172 | 144 | 315 | 50 | 63 | 0 | 24 | 375 | 63 | 74 |
| Binary | 1111010 | 1100100 | 11001101 | 101000 | 110011 | 0 | 10100 | 11111101 | 110011 | 111100 |
Color Harmonies of #7A64CD
Complementary color
Monochromatic Colors of #7A64CD
Black with #7A64CD
Text Example
Text Example
White with #7A64CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A64CD; }
p { color: rgb(122,100,205); }
H1.HeaderClassName
{
color: #7A64CD;
}
.AnyTagClassName
{
color: #7A64CD;
}
</style>
background-color css
<style>
a { background-color: #7A64CD; }
a { background-color: rgb(122,100,205); }
div.DivClassName
{
background-color: #7A64CD;
}
.BgClassName
{
background-color: #7A64CD;
}
</style>
border-color css
<style>
span { border-color: #7A64CD; }
span { border-color: rgb(122,100,205); }
td.TdClassName
{
border-color: #7A64CD;
}
.TagClassName
{
border-color: #7A64CD;
}
</style>