Shades of Slate Blue #7963C5
Tints of Slate Blue #7963C5
RGB
CMYK
RGB Variations
Color information
#7963C5 (or 0x7963C5) is known color: Slate Blue. HEX triplet: 79, 63 and C5. RGB value is (121,99,197). Sum of RGB (Red+Green+Blue) = 121+99+197=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 197 (77.34% from 255 or 47.24% from 417); Max value from RGB is 197 - color contains mainly: blue. Hex color #7963C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7963C5 is #869C3A. Grayscale: #747474. Windows color (decimal): -8821819 or 12936057. OLE color: 12936057.
HSL color Cylindrical-coordinate representation of color #7963C5: hue angle of 253.47º 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 #7963C5 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 99 | 197 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.23 |
| HSL | 253.47º | 0.46% | 0.58% | - |
| HSV(B) | 253.47º | 0.5% | 0.77% | - |
| XYZ | 22.43 | 17.02 | 54.93 | - |
| YUV | 116.75 | 173.29 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 99 | 197 | 0.39 | 0.50 | 0 | 0.23 | 253.47 | 0.46 | 0.58 |
| Hex | 79 | 63 | C5 | 27 | 32 | 0 | 17 | FD | 2E | 3A |
| Octal | 171 | 143 | 305 | 47 | 62 | 0 | 27 | 375 | 56 | 72 |
| Binary | 1111001 | 1100011 | 11000101 | 100111 | 110010 | 0 | 10111 | 11111101 | 101110 | 111010 |
Color Harmonies of #7963C5
Complementary color
Monochromatic Colors of #7963C5
Black with #7963C5
Text Example
Text Example
White with #7963C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7963C5; }
p { color: rgb(121,99,197); }
H1.HeaderClassName
{
color: #7963C5;
}
.AnyTagClassName
{
color: #7963C5;
}
</style>
background-color css
<style>
a { background-color: #7963C5; }
a { background-color: rgb(121,99,197); }
div.DivClassName
{
background-color: #7963C5;
}
.BgClassName
{
background-color: #7963C5;
}
</style>
border-color css
<style>
span { border-color: #7963C5; }
span { border-color: rgb(121,99,197); }
td.TdClassName
{
border-color: #7963C5;
}
.TagClassName
{
border-color: #7963C5;
}
</style>