Shades of Slate Blue #7963CF
Tints of Slate Blue #7963CF
RGB
CMYK
RGB Variations
Color information
#7963CF (or 0x7963CF) is known color: Slate Blue. HEX triplet: 79, 63 and CF. RGB value is (121,99,207). Sum of RGB (Red+Green+Blue) = 121+99+207=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #7963CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7963CF is #869C30. Grayscale: #757575. Windows color (decimal): -8821809 or 13591417. OLE color: 13591417.
HSL color Cylindrical-coordinate representation of color #7963CF: hue angle of 252.22º 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 #7963CF is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 99 | 207 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.19 |
| HSL | 252.22º | 0.53% | 0.6% | - |
| HSV(B) | 252.22º | 0.52% | 0.81% | - |
| XYZ | 23.61 | 17.49 | 61.16 | - |
| YUV | 117.89 | 178.29 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 99 | 207 | 0.42 | 0.52 | 0 | 0.19 | 252.22 | 0.53 | 0.6 |
| Hex | 79 | 63 | CF | 2A | 34 | 0 | 13 | FC | 35 | 3C |
| Octal | 171 | 143 | 317 | 52 | 64 | 0 | 23 | 374 | 65 | 74 |
| Binary | 1111001 | 1100011 | 11001111 | 101010 | 110100 | 0 | 10011 | 11111100 | 110101 | 111100 |
Color Harmonies of #7963CF
Complementary color
Monochromatic Colors of #7963CF
Black with #7963CF
Text Example
Text Example
White with #7963CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7963CF; }
p { color: rgb(121,99,207); }
H1.HeaderClassName
{
color: #7963CF;
}
.AnyTagClassName
{
color: #7963CF;
}
</style>
background-color css
<style>
a { background-color: #7963CF; }
a { background-color: rgb(121,99,207); }
div.DivClassName
{
background-color: #7963CF;
}
.BgClassName
{
background-color: #7963CF;
}
</style>
border-color css
<style>
span { border-color: #7963CF; }
span { border-color: rgb(121,99,207); }
td.TdClassName
{
border-color: #7963CF;
}
.TagClassName
{
border-color: #7963CF;
}
</style>