Shades of Deluge #8B809A
Tints of Deluge #8B809A
RGB
CMYK
RGB Variations
Color information
#8B809A (or 0x8B809A) is known color: Deluge. HEX triplet: 8B, 80 and 9A. RGB value is (139,128,154). Sum of RGB (Red+Green+Blue) = 139+128+154=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B809A is #747F65. Grayscale: #868686. Windows color (decimal): -7634790 or 10125451. OLE color: 10125451.
HSL color Cylindrical-coordinate representation of color #8B809A: hue angle of 265.38º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B809A is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 128 | 154 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.40 |
| HSL | 265.38º | 0.11% | 0.55% | - |
| HSV(B) | 265.38º | 0.17% | 0.6% | - |
| XYZ | 24.2 | 23.26 | 33.79 | - |
| YUV | 134.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 154 | 0.10 | 0.17 | 0 | 0.40 | 265.38 | 0.11 | 0.55 |
| Hex | 8B | 80 | 9A | A | 11 | 0 | 28 | 109 | B | 37 |
| Octal | 213 | 200 | 232 | 12 | 21 | 0 | 50 | 411 | 13 | 67 |
| Binary | 10001011 | 10000000 | 10011010 | 1010 | 10001 | 0 | 101000 | 100001001 | 1011 | 110111 |
Color Harmonies of #8B809A
Complementary color
Monochromatic Colors of #8B809A
Black with #8B809A
Text Example
Text Example
White with #8B809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B809A; }
p { color: rgb(139,128,154); }
H1.HeaderClassName
{
color: #8B809A;
}
.AnyTagClassName
{
color: #8B809A;
}
</style>
background-color css
<style>
a { background-color: #8B809A; }
a { background-color: rgb(139,128,154); }
div.DivClassName
{
background-color: #8B809A;
}
.BgClassName
{
background-color: #8B809A;
}
</style>
border-color css
<style>
span { border-color: #8B809A; }
span { border-color: rgb(139,128,154); }
td.TdClassName
{
border-color: #8B809A;
}
.TagClassName
{
border-color: #8B809A;
}
</style>