Shades of Slate Blue #7A57DA
Tints of Slate Blue #7A57DA
RGB
CMYK
RGB Variations
Color information
#7A57DA (or 0x7A57DA) is known color: Slate Blue. HEX triplet: 7A, 57 and DA. RGB value is (122,87,218). Sum of RGB (Red+Green+Blue) = 122+87+218=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A57DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A57DA is #85A825. Grayscale: #6F6F6F. Windows color (decimal): -8759334 or 14309242. OLE color: 14309242.
HSL color Cylindrical-coordinate representation of color #7A57DA: hue angle of 256.03º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A57DA is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 87 | 218 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.15 |
| HSL | 256.03º | 0.64% | 0.6% | - |
| HSV(B) | 256.03º | 0.6% | 0.85% | - |
| XYZ | 24.09 | 16.02 | 68.15 | - |
| YUV | 112.4 | 187.6 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 218 | 0.44 | 0.60 | 0 | 0.15 | 256.03 | 0.64 | 0.6 |
| Hex | 7A | 57 | DA | 2C | 3C | 0 | F | 100 | 40 | 3C |
| Octal | 172 | 127 | 332 | 54 | 74 | 0 | 17 | 400 | 100 | 74 |
| Binary | 1111010 | 1010111 | 11011010 | 101100 | 111100 | 0 | 1111 | 100000000 | 1000000 | 111100 |
Color Harmonies of #7A57DA
Complementary color
Monochromatic Colors of #7A57DA
Black with #7A57DA
Text Example
Text Example
White with #7A57DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A57DA; }
p { color: rgb(122,87,218); }
H1.HeaderClassName
{
color: #7A57DA;
}
.AnyTagClassName
{
color: #7A57DA;
}
</style>
background-color css
<style>
a { background-color: #7A57DA; }
a { background-color: rgb(122,87,218); }
div.DivClassName
{
background-color: #7A57DA;
}
.BgClassName
{
background-color: #7A57DA;
}
</style>
border-color css
<style>
span { border-color: #7A57DA; }
span { border-color: rgb(122,87,218); }
td.TdClassName
{
border-color: #7A57DA;
}
.TagClassName
{
border-color: #7A57DA;
}
</style>