Shades of Slate Blue #7960D5
Tints of Slate Blue #7960D5
RGB
CMYK
RGB Variations
Color information
#7960D5 (or 0x7960D5) is known color: Slate Blue. HEX triplet: 79, 60 and D5. RGB value is (121,96,213). Sum of RGB (Red+Green+Blue) = 121+96+213=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 213 (83.59% from 255 or 49.53% from 430); Max value from RGB is 213 - color contains mainly: blue. Hex color #7960D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7960D5 is #869F2A. Grayscale: #747474. Windows color (decimal): -8822571 or 13983865. OLE color: 13983865.
HSL color Cylindrical-coordinate representation of color #7960D5: hue angle of 252.82º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7960D5 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 96 | 213 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.16 |
| HSL | 252.82º | 0.58% | 0.61% | - |
| HSV(B) | 252.82º | 0.55% | 0.84% | - |
| XYZ | 24.08 | 17.23 | 65.01 | - |
| YUV | 116.81 | 182.28 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 96 | 213 | 0.43 | 0.55 | 0 | 0.16 | 252.82 | 0.58 | 0.61 |
| Hex | 79 | 60 | D5 | 2B | 37 | 0 | 10 | FD | 3A | 3D |
| Octal | 171 | 140 | 325 | 53 | 67 | 0 | 20 | 375 | 72 | 75 |
| Binary | 1111001 | 1100000 | 11010101 | 101011 | 110111 | 0 | 10000 | 11111101 | 111010 | 111101 |
Color Harmonies of #7960D5
Complementary color
Monochromatic Colors of #7960D5
Black with #7960D5
Text Example
Text Example
White with #7960D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7960D5; }
p { color: rgb(121,96,213); }
H1.HeaderClassName
{
color: #7960D5;
}
.AnyTagClassName
{
color: #7960D5;
}
</style>
background-color css
<style>
a { background-color: #7960D5; }
a { background-color: rgb(121,96,213); }
div.DivClassName
{
background-color: #7960D5;
}
.BgClassName
{
background-color: #7960D5;
}
</style>
border-color css
<style>
span { border-color: #7960D5; }
span { border-color: rgb(121,96,213); }
td.TdClassName
{
border-color: #7960D5;
}
.TagClassName
{
border-color: #7960D5;
}
</style>