Shades of Deluge #8B809B
Tints of Deluge #8B809B
RGB
CMYK
RGB Variations
Color information
#8B809B (or 0x8B809B) is known color: Deluge. HEX triplet: 8B, 80 and 9B. RGB value is (139,128,155). Sum of RGB (Red+Green+Blue) = 139+128+155=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B809B is #747F64. Grayscale: #868686. Windows color (decimal): -7634789 or 10190987. OLE color: 10190987.
HSL color Cylindrical-coordinate representation of color #8B809B: hue angle of 264.44º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B809B is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 128 | 155 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.39 |
| HSL | 264.44º | 0.12% | 0.55% | - |
| HSV(B) | 264.44º | 0.17% | 0.61% | - |
| XYZ | 24.28 | 23.29 | 34.23 | - |
| YUV | 134.37 | 139.64 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 155 | 0.10 | 0.17 | 0 | 0.39 | 264.44 | 0.12 | 0.55 |
| Hex | 8B | 80 | 9B | A | 11 | 0 | 27 | 108 | C | 37 |
| Octal | 213 | 200 | 233 | 12 | 21 | 0 | 47 | 410 | 14 | 67 |
| Binary | 10001011 | 10000000 | 10011011 | 1010 | 10001 | 0 | 100111 | 100001000 | 1100 | 110111 |
Color Harmonies of #8B809B
Complementary color
Monochromatic Colors of #8B809B
Black with #8B809B
Text Example
Text Example
White with #8B809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B809B; }
p { color: rgb(139,128,155); }
H1.HeaderClassName
{
color: #8B809B;
}
.AnyTagClassName
{
color: #8B809B;
}
</style>
background-color css
<style>
a { background-color: #8B809B; }
a { background-color: rgb(139,128,155); }
div.DivClassName
{
background-color: #8B809B;
}
.BgClassName
{
background-color: #8B809B;
}
</style>
border-color css
<style>
span { border-color: #8B809B; }
span { border-color: rgb(139,128,155); }
td.TdClassName
{
border-color: #8B809B;
}
.TagClassName
{
border-color: #8B809B;
}
</style>