Shades of Slate Blue #7A64C9
Tints of Slate Blue #7A64C9
RGB
CMYK
RGB Variations
Color information
#7A64C9 (or 0x7A64C9) is known color: Slate Blue. HEX triplet: 7A, 64 and C9. RGB value is (122,100,201). Sum of RGB (Red+Green+Blue) = 122+100+201=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #7A64C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A64C9 is #859B36. Grayscale: #757575. Windows color (decimal): -8756023 or 13198458. OLE color: 13198458.
HSL color Cylindrical-coordinate representation of color #7A64C9: hue angle of 253.07º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A64C9 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 100 | 201 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.21 |
| HSL | 253.07º | 0.48% | 0.59% | - |
| HSV(B) | 253.07º | 0.5% | 0.79% | - |
| XYZ | 23.13 | 17.47 | 57.41 | - |
| YUV | 118.09 | 174.79 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 201 | 0.39 | 0.50 | 0 | 0.21 | 253.07 | 0.48 | 0.59 |
| Hex | 7A | 64 | C9 | 27 | 32 | 0 | 15 | FD | 30 | 3B |
| Octal | 172 | 144 | 311 | 47 | 62 | 0 | 25 | 375 | 60 | 73 |
| Binary | 1111010 | 1100100 | 11001001 | 100111 | 110010 | 0 | 10101 | 11111101 | 110000 | 111011 |
Color Harmonies of #7A64C9
Complementary color
Monochromatic Colors of #7A64C9
Black with #7A64C9
Text Example
Text Example
White with #7A64C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A64C9; }
p { color: rgb(122,100,201); }
H1.HeaderClassName
{
color: #7A64C9;
}
.AnyTagClassName
{
color: #7A64C9;
}
</style>
background-color css
<style>
a { background-color: #7A64C9; }
a { background-color: rgb(122,100,201); }
div.DivClassName
{
background-color: #7A64C9;
}
.BgClassName
{
background-color: #7A64C9;
}
</style>
border-color css
<style>
span { border-color: #7A64C9; }
span { border-color: rgb(122,100,201); }
td.TdClassName
{
border-color: #7A64C9;
}
.TagClassName
{
border-color: #7A64C9;
}
</style>