Shades of Slate Blue #7A46CF
Tints of Slate Blue #7A46CF
RGB
CMYK
RGB Variations
Color information
#7A46CF (or 0x7A46CF) is known color: Slate Blue. HEX triplet: 7A, 46 and CF. RGB value is (122,70,207). Sum of RGB (Red+Green+Blue) = 122+70+207=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A46CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A46CF is #85B930. Grayscale: #646464. Windows color (decimal): -8763697 or 13583994. OLE color: 13583994.
HSL color Cylindrical-coordinate representation of color #7A46CF: hue angle of 262.77º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A46CF is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 70 | 207 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.19 |
| HSL | 262.77º | 0.59% | 0.54% | - |
| HSV(B) | 262.77º | 0.66% | 0.81% | - |
| XYZ | 21.48 | 13.02 | 60.41 | - |
| YUV | 101.17 | 187.73 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 70 | 207 | 0.41 | 0.66 | 0 | 0.19 | 262.77 | 0.59 | 0.54 |
| Hex | 7A | 46 | CF | 29 | 42 | 0 | 13 | 107 | 3B | 36 |
| Octal | 172 | 106 | 317 | 51 | 102 | 0 | 23 | 407 | 73 | 66 |
| Binary | 1111010 | 1000110 | 11001111 | 101001 | 1000010 | 0 | 10011 | 100000111 | 111011 | 110110 |
Color Harmonies of #7A46CF
Complementary color
Monochromatic Colors of #7A46CF
Black with #7A46CF
Text Example
Text Example
White with #7A46CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A46CF; }
p { color: rgb(122,70,207); }
H1.HeaderClassName
{
color: #7A46CF;
}
.AnyTagClassName
{
color: #7A46CF;
}
</style>
background-color css
<style>
a { background-color: #7A46CF; }
a { background-color: rgb(122,70,207); }
div.DivClassName
{
background-color: #7A46CF;
}
.BgClassName
{
background-color: #7A46CF;
}
</style>
border-color css
<style>
span { border-color: #7A46CF; }
span { border-color: rgb(122,70,207); }
td.TdClassName
{
border-color: #7A46CF;
}
.TagClassName
{
border-color: #7A46CF;
}
</style>