Shades of Slate Blue #7A64CF
Tints of Slate Blue #7A64CF
RGB
CMYK
RGB Variations
Color information
#7A64CF (or 0x7A64CF) is known color: Slate Blue. HEX triplet: 7A, 64 and CF. RGB value is (122,100,207). Sum of RGB (Red+Green+Blue) = 122+100+207=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A64CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A64CF is #859B30. Grayscale: #767676. Windows color (decimal): -8756017 or 13591674. OLE color: 13591674.
HSL color Cylindrical-coordinate representation of color #7A64CF: hue angle of 252.34º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A64CF is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 100 | 207 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.19 |
| HSL | 252.34º | 0.53% | 0.6% | - |
| HSV(B) | 252.34º | 0.52% | 0.81% | - |
| XYZ | 23.85 | 17.76 | 61.2 | - |
| YUV | 118.78 | 177.79 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 207 | 0.41 | 0.52 | 0 | 0.19 | 252.34 | 0.53 | 0.6 |
| Hex | 7A | 64 | CF | 29 | 34 | 0 | 13 | FC | 35 | 3C |
| Octal | 172 | 144 | 317 | 51 | 64 | 0 | 23 | 374 | 65 | 74 |
| Binary | 1111010 | 1100100 | 11001111 | 101001 | 110100 | 0 | 10011 | 11111100 | 110101 | 111100 |
Color Harmonies of #7A64CF
Complementary color
Monochromatic Colors of #7A64CF
Black with #7A64CF
Text Example
Text Example
White with #7A64CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A64CF; }
p { color: rgb(122,100,207); }
H1.HeaderClassName
{
color: #7A64CF;
}
.AnyTagClassName
{
color: #7A64CF;
}
</style>
background-color css
<style>
a { background-color: #7A64CF; }
a { background-color: rgb(122,100,207); }
div.DivClassName
{
background-color: #7A64CF;
}
.BgClassName
{
background-color: #7A64CF;
}
</style>
border-color css
<style>
span { border-color: #7A64CF; }
span { border-color: rgb(122,100,207); }
td.TdClassName
{
border-color: #7A64CF;
}
.TagClassName
{
border-color: #7A64CF;
}
</style>