Shades of Deluge #8B809F
Tints of Deluge #8B809F
RGB
CMYK
RGB Variations
Color information
#8B809F (or 0x8B809F) is known color: Deluge. HEX triplet: 8B, 80 and 9F. RGB value is (139,128,159). Sum of RGB (Red+Green+Blue) = 139+128+159=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B809F is #747F60. Grayscale: #868686. Windows color (decimal): -7634785 or 10453131. OLE color: 10453131.
HSL color Cylindrical-coordinate representation of color #8B809F: hue angle of 261.29º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B809F is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 128 | 159 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.38 |
| HSL | 261.29º | 0.14% | 0.56% | - |
| HSV(B) | 261.29º | 0.19% | 0.62% | - |
| XYZ | 24.62 | 23.43 | 36.03 | - |
| YUV | 134.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 159 | 0.13 | 0.19 | 0 | 0.38 | 261.29 | 0.14 | 0.56 |
| Hex | 8B | 80 | 9F | D | 13 | 0 | 26 | 105 | E | 38 |
| Octal | 213 | 200 | 237 | 15 | 23 | 0 | 46 | 405 | 16 | 70 |
| Binary | 10001011 | 10000000 | 10011111 | 1101 | 10011 | 0 | 100110 | 100000101 | 1110 | 111000 |
Color Harmonies of #8B809F
Complementary color
Monochromatic Colors of #8B809F
Black with #8B809F
Text Example
Text Example
White with #8B809F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B809F; }
p { color: rgb(139,128,159); }
H1.HeaderClassName
{
color: #8B809F;
}
.AnyTagClassName
{
color: #8B809F;
}
</style>
background-color css
<style>
a { background-color: #8B809F; }
a { background-color: rgb(139,128,159); }
div.DivClassName
{
background-color: #8B809F;
}
.BgClassName
{
background-color: #8B809F;
}
</style>
border-color css
<style>
span { border-color: #8B809F; }
span { border-color: rgb(139,128,159); }
td.TdClassName
{
border-color: #8B809F;
}
.TagClassName
{
border-color: #8B809F;
}
</style>