Shades of Deluge #7969B0
Tints of Deluge #7969B0
RGB
CMYK
RGB Variations
Color information
#7969B0 (or 0x7969B0) is known color: Deluge. HEX triplet: 79, 69 and B0. RGB value is (121,105,176). Sum of RGB (Red+Green+Blue) = 121+105+176=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 176 - color contains mainly: blue. Hex color #7969B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7969B0 is #86964F. Grayscale: #757575. Windows color (decimal): -8820304 or 11561337. OLE color: 11561337.
HSL color Cylindrical-coordinate representation of color #7969B0: hue angle of 253.52º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7969B0 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 105 | 176 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.31 |
| HSL | 253.52º | 0.31% | 0.55% | - |
| HSV(B) | 253.52º | 0.4% | 0.69% | - |
| XYZ | 20.77 | 17.3 | 43.32 | - |
| YUV | 117.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 105 | 176 | 0.31 | 0.40 | 0 | 0.31 | 253.52 | 0.31 | 0.55 |
| Hex | 79 | 69 | B0 | 1F | 28 | 0 | 1F | FE | 1F | 37 |
| Octal | 171 | 151 | 260 | 37 | 50 | 0 | 37 | 376 | 37 | 67 |
| Binary | 1111001 | 1101001 | 10110000 | 11111 | 101000 | 0 | 11111 | 11111110 | 11111 | 110111 |
Color Harmonies of #7969B0
Complementary color
Monochromatic Colors of #7969B0
Black with #7969B0
Text Example
Text Example
White with #7969B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7969B0; }
p { color: rgb(121,105,176); }
H1.HeaderClassName
{
color: #7969B0;
}
.AnyTagClassName
{
color: #7969B0;
}
</style>
background-color css
<style>
a { background-color: #7969B0; }
a { background-color: rgb(121,105,176); }
div.DivClassName
{
background-color: #7969B0;
}
.BgClassName
{
background-color: #7969B0;
}
</style>
border-color css
<style>
span { border-color: #7969B0; }
span { border-color: rgb(121,105,176); }
td.TdClassName
{
border-color: #7969B0;
}
.TagClassName
{
border-color: #7969B0;
}
</style>