Shades of Slate Blue #7A57CF
Tints of Slate Blue #7A57CF
RGB
CMYK
RGB Variations
Color information
#7A57CF (or 0x7A57CF) is known color: Slate Blue. HEX triplet: 7A, 57 and CF. RGB value is (122,87,207). Sum of RGB (Red+Green+Blue) = 122+87+207=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A57CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A57CF is #85A830. Grayscale: #6E6E6E. Windows color (decimal): -8759345 or 13588346. OLE color: 13588346.
HSL color Cylindrical-coordinate representation of color #7A57CF: hue angle of 257.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A57CF is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 87 | 207 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.19 |
| HSL | 257.5º | 0.56% | 0.58% | - |
| HSV(B) | 257.5º | 0.58% | 0.81% | - |
| XYZ | 22.7 | 15.46 | 60.82 | - |
| YUV | 111.15 | 182.1 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 207 | 0.41 | 0.58 | 0 | 0.19 | 257.5 | 0.56 | 0.58 |
| Hex | 7A | 57 | CF | 29 | 3A | 0 | 13 | 102 | 38 | 3A |
| Octal | 172 | 127 | 317 | 51 | 72 | 0 | 23 | 402 | 70 | 72 |
| Binary | 1111010 | 1010111 | 11001111 | 101001 | 111010 | 0 | 10011 | 100000010 | 111000 | 111010 |
Color Harmonies of #7A57CF
Complementary color
Monochromatic Colors of #7A57CF
Black with #7A57CF
Text Example
Text Example
White with #7A57CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A57CF; }
p { color: rgb(122,87,207); }
H1.HeaderClassName
{
color: #7A57CF;
}
.AnyTagClassName
{
color: #7A57CF;
}
</style>
background-color css
<style>
a { background-color: #7A57CF; }
a { background-color: rgb(122,87,207); }
div.DivClassName
{
background-color: #7A57CF;
}
.BgClassName
{
background-color: #7A57CF;
}
</style>
border-color css
<style>
span { border-color: #7A57CF; }
span { border-color: rgb(122,87,207); }
td.TdClassName
{
border-color: #7A57CF;
}
.TagClassName
{
border-color: #7A57CF;
}
</style>