Shades of Slate Blue #7959DB
Tints of Slate Blue #7959DB
RGB
CMYK
RGB Variations
Color information
#7959DB (or 0x7959DB) is known color: Slate Blue. HEX triplet: 79, 59 and DB. RGB value is (121,89,219). Sum of RGB (Red+Green+Blue) = 121+89+219=429 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.21% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #7959DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7959DB is #86A624. Grayscale: #707070. Windows color (decimal): -8824357 or 14375289. OLE color: 14375289.
HSL color Cylindrical-coordinate representation of color #7959DB: hue angle of 254.77º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7959DB is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 89 | 219 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.14 |
| HSL | 254.77º | 0.64% | 0.6% | - |
| HSV(B) | 254.77º | 0.59% | 0.86% | - |
| XYZ | 24.24 | 16.32 | 68.89 | - |
| YUV | 113.39 | 187.6 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 89 | 219 | 0.45 | 0.59 | 0 | 0.14 | 254.77 | 0.64 | 0.6 |
| Hex | 79 | 59 | DB | 2D | 3B | 0 | E | FF | 40 | 3C |
| Octal | 171 | 131 | 333 | 55 | 73 | 0 | 16 | 377 | 100 | 74 |
| Binary | 1111001 | 1011001 | 11011011 | 101101 | 111011 | 0 | 1110 | 11111111 | 1000000 | 111100 |
Color Harmonies of #7959DB
Complementary color
Monochromatic Colors of #7959DB
Black with #7959DB
Text Example
Text Example
White with #7959DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7959DB; }
p { color: rgb(121,89,219); }
H1.HeaderClassName
{
color: #7959DB;
}
.AnyTagClassName
{
color: #7959DB;
}
</style>
background-color css
<style>
a { background-color: #7959DB; }
a { background-color: rgb(121,89,219); }
div.DivClassName
{
background-color: #7959DB;
}
.BgClassName
{
background-color: #7959DB;
}
</style>
border-color css
<style>
span { border-color: #7959DB; }
span { border-color: rgb(121,89,219); }
td.TdClassName
{
border-color: #7959DB;
}
.TagClassName
{
border-color: #7959DB;
}
</style>