Shades of Deluge #8B79AA
Tints of Deluge #8B79AA
RGB
CMYK
RGB Variations
Color information
#8B79AA (or 0x8B79AA) is known color: Deluge. HEX triplet: 8B, 79 and AA. RGB value is (139,121,170). Sum of RGB (Red+Green+Blue) = 139+121+170=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B79AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B79AA is #748655. Grayscale: #838383. Windows color (decimal): -7636566 or 11172235. OLE color: 11172235.
HSL color Cylindrical-coordinate representation of color #8B79AA: hue angle of 262.04º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B79AA is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 121 | 170 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.33 |
| HSL | 262.04º | 0.22% | 0.57% | - |
| HSV(B) | 262.04º | 0.29% | 0.67% | - |
| XYZ | 24.74 | 22.07 | 40.99 | - |
| YUV | 131.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 121 | 170 | 0.18 | 0.29 | 0 | 0.33 | 262.04 | 0.22 | 0.57 |
| Hex | 8B | 79 | AA | 12 | 1D | 0 | 21 | 106 | 16 | 39 |
| Octal | 213 | 171 | 252 | 22 | 35 | 0 | 41 | 406 | 26 | 71 |
| Binary | 10001011 | 1111001 | 10101010 | 10010 | 11101 | 0 | 100001 | 100000110 | 10110 | 111001 |
Color Harmonies of #8B79AA
Complementary color
Monochromatic Colors of #8B79AA
Black with #8B79AA
Text Example
Text Example
White with #8B79AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B79AA; }
p { color: rgb(139,121,170); }
H1.HeaderClassName
{
color: #8B79AA;
}
.AnyTagClassName
{
color: #8B79AA;
}
</style>
background-color css
<style>
a { background-color: #8B79AA; }
a { background-color: rgb(139,121,170); }
div.DivClassName
{
background-color: #8B79AA;
}
.BgClassName
{
background-color: #8B79AA;
}
</style>
border-color css
<style>
span { border-color: #8B79AA; }
span { border-color: rgb(139,121,170); }
td.TdClassName
{
border-color: #8B79AA;
}
.TagClassName
{
border-color: #8B79AA;
}
</style>