Shades of Slate Blue #7A63CF
Tints of Slate Blue #7A63CF
RGB
CMYK
RGB Variations
Color information
#7A63CF (or 0x7A63CF) is known color: Slate Blue. HEX triplet: 7A, 63 and CF. RGB value is (122,99,207). Sum of RGB (Red+Green+Blue) = 122+99+207=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A63CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A63CF is #859C30. Grayscale: #757575. Windows color (decimal): -8756273 or 13591418. OLE color: 13591418.
HSL color Cylindrical-coordinate representation of color #7A63CF: hue angle of 252.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A63CF is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 99 | 207 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.19 |
| HSL | 252.78º | 0.53% | 0.6% | - |
| HSV(B) | 252.78º | 0.52% | 0.81% | - |
| XYZ | 23.75 | 17.57 | 61.17 | - |
| YUV | 118.19 | 178.12 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 207 | 0.41 | 0.52 | 0 | 0.19 | 252.78 | 0.53 | 0.6 |
| Hex | 7A | 63 | CF | 29 | 34 | 0 | 13 | FD | 35 | 3C |
| Octal | 172 | 143 | 317 | 51 | 64 | 0 | 23 | 375 | 65 | 74 |
| Binary | 1111010 | 1100011 | 11001111 | 101001 | 110100 | 0 | 10011 | 11111101 | 110101 | 111100 |
Color Harmonies of #7A63CF
Complementary color
Monochromatic Colors of #7A63CF
Black with #7A63CF
Text Example
Text Example
White with #7A63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A63CF; }
p { color: rgb(122,99,207); }
H1.HeaderClassName
{
color: #7A63CF;
}
.AnyTagClassName
{
color: #7A63CF;
}
</style>
background-color css
<style>
a { background-color: #7A63CF; }
a { background-color: rgb(122,99,207); }
div.DivClassName
{
background-color: #7A63CF;
}
.BgClassName
{
background-color: #7A63CF;
}
</style>
border-color css
<style>
span { border-color: #7A63CF; }
span { border-color: rgb(122,99,207); }
td.TdClassName
{
border-color: #7A63CF;
}
.TagClassName
{
border-color: #7A63CF;
}
</style>