Shades of Deluge #8B809D
Tints of Deluge #8B809D
RGB
CMYK
RGB Variations
Color information
#8B809D (or 0x8B809D) is known color: Deluge. HEX triplet: 8B, 80 and 9D. RGB value is (139,128,157). Sum of RGB (Red+Green+Blue) = 139+128+157=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B809D is #747F62. Grayscale: #868686. Windows color (decimal): -7634787 or 10322059. OLE color: 10322059.
HSL color Cylindrical-coordinate representation of color #8B809D: hue angle of 262.76º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B809D is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 128 | 157 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.38 |
| HSL | 262.76º | 0.13% | 0.56% | - |
| HSV(B) | 262.76º | 0.18% | 0.62% | - |
| XYZ | 24.45 | 23.36 | 35.12 | - |
| YUV | 134.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 157 | 0.11 | 0.18 | 0 | 0.38 | 262.76 | 0.13 | 0.56 |
| Hex | 8B | 80 | 9D | B | 12 | 0 | 26 | 107 | D | 38 |
| Octal | 213 | 200 | 235 | 13 | 22 | 0 | 46 | 407 | 15 | 70 |
| Binary | 10001011 | 10000000 | 10011101 | 1011 | 10010 | 0 | 100110 | 100000111 | 1101 | 111000 |
Color Harmonies of #8B809D
Complementary color
Monochromatic Colors of #8B809D
Black with #8B809D
Text Example
Text Example
White with #8B809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B809D; }
p { color: rgb(139,128,157); }
H1.HeaderClassName
{
color: #8B809D;
}
.AnyTagClassName
{
color: #8B809D;
}
</style>
background-color css
<style>
a { background-color: #8B809D; }
a { background-color: rgb(139,128,157); }
div.DivClassName
{
background-color: #8B809D;
}
.BgClassName
{
background-color: #8B809D;
}
</style>
border-color css
<style>
span { border-color: #8B809D; }
span { border-color: rgb(139,128,157); }
td.TdClassName
{
border-color: #8B809D;
}
.TagClassName
{
border-color: #8B809D;
}
</style>