Shades of Deluge #8B8399
Tints of Deluge #8B8399
RGB
CMYK
RGB Variations
Color information
#8B8399 (or 0x8B8399) is known color: Deluge. HEX triplet: 8B, 83 and 99. RGB value is (139,131,153). Sum of RGB (Red+Green+Blue) = 139+131+153=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B8399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8399 is #747C66. Grayscale: #878787. Windows color (decimal): -7634023 or 10060683. OLE color: 10060683.
HSL color Cylindrical-coordinate representation of color #8B8399: hue angle of 261.82º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B8399 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 131 | 153 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.4 |
| HSL | 261.82º | 0.1% | 0.56% | - |
| HSV(B) | 261.82º | 0.14% | 0.6% | - |
| XYZ | 24.51 | 24.02 | 33.48 | - |
| YUV | 135.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 131 | 153 | 0.09 | 0.14 | 0 | 0.4 | 261.82 | 0.1 | 0.56 |
| Hex | 8B | 83 | 99 | 9 | E | 0 | 28 | 106 | A | 38 |
| Octal | 213 | 203 | 231 | 11 | 16 | 0 | 50 | 406 | 12 | 70 |
| Binary | 10001011 | 10000011 | 10011001 | 1001 | 1110 | 0 | 101000 | 100000110 | 1010 | 111000 |
Color Harmonies of #8B8399
Complementary color
Monochromatic Colors of #8B8399
Black with #8B8399
Text Example
Text Example
White with #8B8399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8399; }
p { color: rgb(139,131,153); }
H1.HeaderClassName
{
color: #8B8399;
}
.AnyTagClassName
{
color: #8B8399;
}
</style>
background-color css
<style>
a { background-color: #8B8399; }
a { background-color: rgb(139,131,153); }
div.DivClassName
{
background-color: #8B8399;
}
.BgClassName
{
background-color: #8B8399;
}
</style>
border-color css
<style>
span { border-color: #8B8399; }
span { border-color: rgb(139,131,153); }
td.TdClassName
{
border-color: #8B8399;
}
.TagClassName
{
border-color: #8B8399;
}
</style>