Shades of Deluge #807B9A
Tints of Deluge #807B9A
RGB
CMYK
RGB Variations
Color information
#807B9A (or 0x807B9A) is known color: Deluge. HEX triplet: 80, 7B and 9A. RGB value is (128,123,154). Sum of RGB (Red+Green+Blue) = 128+123+154=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 154 - color contains mainly: blue. Hex color #807B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807B9A is #7F8465. Grayscale: #7F7F7F. Windows color (decimal): -8356966 or 10124160. OLE color: 10124160.
HSL color Cylindrical-coordinate representation of color #807B9A: hue angle of 249.68º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #807B9A is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 123 | 154 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.40 |
| HSL | 249.68º | 0.13% | 0.54% | - |
| HSV(B) | 249.68º | 0.2% | 0.6% | - |
| XYZ | 21.82 | 21.09 | 33.49 | - |
| YUV | 128.03 | 142.66 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 154 | 0.17 | 0.20 | 0 | 0.40 | 249.68 | 0.13 | 0.54 |
| Hex | 80 | 7B | 9A | 11 | 14 | 0 | 28 | FA | D | 36 |
| Octal | 200 | 173 | 232 | 21 | 24 | 0 | 50 | 372 | 15 | 66 |
| Binary | 10000000 | 1111011 | 10011010 | 10001 | 10100 | 0 | 101000 | 11111010 | 1101 | 110110 |
Color Harmonies of #807B9A
Complementary color
Monochromatic Colors of #807B9A
Black with #807B9A
Text Example
Text Example
White with #807B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807B9A; }
p { color: rgb(128,123,154); }
H1.HeaderClassName
{
color: #807B9A;
}
.AnyTagClassName
{
color: #807B9A;
}
</style>
background-color css
<style>
a { background-color: #807B9A; }
a { background-color: rgb(128,123,154); }
div.DivClassName
{
background-color: #807B9A;
}
.BgClassName
{
background-color: #807B9A;
}
</style>
border-color css
<style>
span { border-color: #807B9A; }
span { border-color: rgb(128,123,154); }
td.TdClassName
{
border-color: #807B9A;
}
.TagClassName
{
border-color: #807B9A;
}
</style>