Shades of Slate Blue #7A63C5
Tints of Slate Blue #7A63C5
RGB
CMYK
RGB Variations
Color information
#7A63C5 (or 0x7A63C5) is known color: Slate Blue. HEX triplet: 7A, 63 and C5. RGB value is (122,99,197). Sum of RGB (Red+Green+Blue) = 122+99+197=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 197 (77.34% from 255 or 47.13% from 418); Max value from RGB is 197 - color contains mainly: blue. Hex color #7A63C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A63C5 is #859C3A. Grayscale: #747474. Windows color (decimal): -8756283 or 12936058. OLE color: 12936058.
HSL color Cylindrical-coordinate representation of color #7A63C5: hue angle of 254.08º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A63C5 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 99 | 197 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.23 |
| HSL | 254.08º | 0.46% | 0.58% | - |
| HSV(B) | 254.08º | 0.5% | 0.77% | - |
| XYZ | 22.57 | 17.09 | 54.93 | - |
| YUV | 117.05 | 173.12 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 197 | 0.38 | 0.50 | 0 | 0.23 | 254.08 | 0.46 | 0.58 |
| Hex | 7A | 63 | C5 | 26 | 32 | 0 | 17 | FE | 2E | 3A |
| Octal | 172 | 143 | 305 | 46 | 62 | 0 | 27 | 376 | 56 | 72 |
| Binary | 1111010 | 1100011 | 11000101 | 100110 | 110010 | 0 | 10111 | 11111110 | 101110 | 111010 |
Color Harmonies of #7A63C5
Complementary color
Monochromatic Colors of #7A63C5
Black with #7A63C5
Text Example
Text Example
White with #7A63C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A63C5; }
p { color: rgb(122,99,197); }
H1.HeaderClassName
{
color: #7A63C5;
}
.AnyTagClassName
{
color: #7A63C5;
}
</style>
background-color css
<style>
a { background-color: #7A63C5; }
a { background-color: rgb(122,99,197); }
div.DivClassName
{
background-color: #7A63C5;
}
.BgClassName
{
background-color: #7A63C5;
}
</style>
border-color css
<style>
span { border-color: #7A63C5; }
span { border-color: rgb(122,99,197); }
td.TdClassName
{
border-color: #7A63C5;
}
.TagClassName
{
border-color: #7A63C5;
}
</style>