Shades of Slate Blue #7A63CD
Tints of Slate Blue #7A63CD
RGB
CMYK
RGB Variations
Color information
#7A63CD (or 0x7A63CD) is known color: Slate Blue. HEX triplet: 7A, 63 and CD. RGB value is (122,99,205). Sum of RGB (Red+Green+Blue) = 122+99+205=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A63CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A63CD is #859C32. Grayscale: #757575. Windows color (decimal): -8756275 or 13460346. OLE color: 13460346.
HSL color Cylindrical-coordinate representation of color #7A63CD: hue angle of 253.02º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A63CD is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 99 | 205 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.20 |
| HSL | 253.02º | 0.51% | 0.6% | - |
| HSV(B) | 253.02º | 0.52% | 0.8% | - |
| XYZ | 23.51 | 17.47 | 59.89 | - |
| YUV | 117.96 | 177.12 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 205 | 0.40 | 0.52 | 0 | 0.20 | 253.02 | 0.51 | 0.6 |
| Hex | 7A | 63 | CD | 28 | 34 | 0 | 14 | FD | 33 | 3C |
| Octal | 172 | 143 | 315 | 50 | 64 | 0 | 24 | 375 | 63 | 74 |
| Binary | 1111010 | 1100011 | 11001101 | 101000 | 110100 | 0 | 10100 | 11111101 | 110011 | 111100 |
Color Harmonies of #7A63CD
Complementary color
Monochromatic Colors of #7A63CD
Black with #7A63CD
Text Example
Text Example
White with #7A63CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A63CD; }
p { color: rgb(122,99,205); }
H1.HeaderClassName
{
color: #7A63CD;
}
.AnyTagClassName
{
color: #7A63CD;
}
</style>
background-color css
<style>
a { background-color: #7A63CD; }
a { background-color: rgb(122,99,205); }
div.DivClassName
{
background-color: #7A63CD;
}
.BgClassName
{
background-color: #7A63CD;
}
</style>
border-color css
<style>
span { border-color: #7A63CD; }
span { border-color: rgb(122,99,205); }
td.TdClassName
{
border-color: #7A63CD;
}
.TagClassName
{
border-color: #7A63CD;
}
</style>