Shades of Deluge #8B7AAB
Tints of Deluge #8B7AAB
RGB
CMYK
RGB Variations
Color information
#8B7AAB (or 0x8B7AAB) is known color: Deluge. HEX triplet: 8B, 7A and AB. RGB value is (139,122,171). Sum of RGB (Red+Green+Blue) = 139+122+171=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7AAB is #748554. Grayscale: #848484. Windows color (decimal): -7636309 or 11238027. OLE color: 11238027.
HSL color Cylindrical-coordinate representation of color #8B7AAB: hue angle of 260.82º degrees, saturation: 0.23, 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 #8B7AAB is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 122 | 171 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.33 |
| HSL | 260.82º | 0.23% | 0.57% | - |
| HSV(B) | 260.82º | 0.29% | 0.67% | - |
| XYZ | 24.96 | 22.35 | 41.53 | - |
| YUV | 132.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 171 | 0.19 | 0.29 | 0 | 0.33 | 260.82 | 0.23 | 0.57 |
| Hex | 8B | 7A | AB | 13 | 1D | 0 | 21 | 105 | 17 | 39 |
| Octal | 213 | 172 | 253 | 23 | 35 | 0 | 41 | 405 | 27 | 71 |
| Binary | 10001011 | 1111010 | 10101011 | 10011 | 11101 | 0 | 100001 | 100000101 | 10111 | 111001 |
Color Harmonies of #8B7AAB
Complementary color
Monochromatic Colors of #8B7AAB
Black with #8B7AAB
Text Example
Text Example
White with #8B7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7AAB; }
p { color: rgb(139,122,171); }
H1.HeaderClassName
{
color: #8B7AAB;
}
.AnyTagClassName
{
color: #8B7AAB;
}
</style>
background-color css
<style>
a { background-color: #8B7AAB; }
a { background-color: rgb(139,122,171); }
div.DivClassName
{
background-color: #8B7AAB;
}
.BgClassName
{
background-color: #8B7AAB;
}
</style>
border-color css
<style>
span { border-color: #8B7AAB; }
span { border-color: rgb(139,122,171); }
td.TdClassName
{
border-color: #8B7AAB;
}
.TagClassName
{
border-color: #8B7AAB;
}
</style>