Shades of Deluge #8B7BAB
Tints of Deluge #8B7BAB
RGB
CMYK
RGB Variations
Color information
#8B7BAB (or 0x8B7BAB) is known color: Deluge. HEX triplet: 8B, 7B and AB. RGB value is (139,123,171). Sum of RGB (Red+Green+Blue) = 139+123+171=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B7BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7BAB is #748454. Grayscale: #858585. Windows color (decimal): -7636053 or 11238283. OLE color: 11238283.
HSL color Cylindrical-coordinate representation of color #8B7BAB: hue angle of 260º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B7BAB is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 123 | 171 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.33 |
| HSL | 260º | 0.22% | 0.58% | - |
| HSV(B) | 260º | 0.28% | 0.67% | - |
| XYZ | 25.08 | 22.6 | 41.57 | - |
| YUV | 133.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 171 | 0.19 | 0.28 | 0 | 0.33 | 260 | 0.22 | 0.58 |
| Hex | 8B | 7B | AB | 13 | 1C | 0 | 21 | 104 | 16 | 3A |
| Octal | 213 | 173 | 253 | 23 | 34 | 0 | 41 | 404 | 26 | 72 |
| Binary | 10001011 | 1111011 | 10101011 | 10011 | 11100 | 0 | 100001 | 100000100 | 10110 | 111010 |
Color Harmonies of #8B7BAB
Complementary color
Monochromatic Colors of #8B7BAB
Black with #8B7BAB
Text Example
Text Example
White with #8B7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7BAB; }
p { color: rgb(139,123,171); }
H1.HeaderClassName
{
color: #8B7BAB;
}
.AnyTagClassName
{
color: #8B7BAB;
}
</style>
background-color css
<style>
a { background-color: #8B7BAB; }
a { background-color: rgb(139,123,171); }
div.DivClassName
{
background-color: #8B7BAB;
}
.BgClassName
{
background-color: #8B7BAB;
}
</style>
border-color css
<style>
span { border-color: #8B7BAB; }
span { border-color: rgb(139,123,171); }
td.TdClassName
{
border-color: #8B7BAB;
}
.TagClassName
{
border-color: #8B7BAB;
}
</style>