Shades of Slate Blue #7A57DD
Tints of Slate Blue #7A57DD
RGB
CMYK
RGB Variations
Color information
#7A57DD (or 0x7A57DD) is known color: Slate Blue. HEX triplet: 7A, 57 and DD. RGB value is (122,87,221). Sum of RGB (Red+Green+Blue) = 122+87+221=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A57DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A57DD is #85A822. Grayscale: #707070. Windows color (decimal): -8759331 or 14505850. OLE color: 14505850.
HSL color Cylindrical-coordinate representation of color #7A57DD: hue angle of 255.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A57DD is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 87 | 221 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.13 |
| HSL | 255.67º | 0.66% | 0.6% | - |
| HSV(B) | 255.67º | 0.61% | 0.87% | - |
| XYZ | 24.49 | 16.17 | 70.24 | - |
| YUV | 112.74 | 189.1 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 221 | 0.45 | 0.61 | 0 | 0.13 | 255.67 | 0.66 | 0.6 |
| Hex | 7A | 57 | DD | 2D | 3D | 0 | D | 100 | 42 | 3C |
| Octal | 172 | 127 | 335 | 55 | 75 | 0 | 15 | 400 | 102 | 74 |
| Binary | 1111010 | 1010111 | 11011101 | 101101 | 111101 | 0 | 1101 | 100000000 | 1000010 | 111100 |
Color Harmonies of #7A57DD
Complementary color
Monochromatic Colors of #7A57DD
Black with #7A57DD
Text Example
Text Example
White with #7A57DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A57DD; }
p { color: rgb(122,87,221); }
H1.HeaderClassName
{
color: #7A57DD;
}
.AnyTagClassName
{
color: #7A57DD;
}
</style>
background-color css
<style>
a { background-color: #7A57DD; }
a { background-color: rgb(122,87,221); }
div.DivClassName
{
background-color: #7A57DD;
}
.BgClassName
{
background-color: #7A57DD;
}
</style>
border-color css
<style>
span { border-color: #7A57DD; }
span { border-color: rgb(122,87,221); }
td.TdClassName
{
border-color: #7A57DD;
}
.TagClassName
{
border-color: #7A57DD;
}
</style>