Shades of Deluge #807B9F
Tints of Deluge #807B9F
RGB
CMYK
RGB Variations
Color information
#807B9F (or 0x807B9F) is known color: Deluge. HEX triplet: 80, 7B and 9F. RGB value is (128,123,159). Sum of RGB (Red+Green+Blue) = 128+123+159=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 159 - color contains mainly: blue. Hex color #807B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807B9F is #7F8460. Grayscale: #808080. Windows color (decimal): -8356961 or 10451840. OLE color: 10451840.
HSL color Cylindrical-coordinate representation of color #807B9F: hue angle of 248.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #807B9F is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 123 | 159 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.38 |
| HSL | 248.33º | 0.16% | 0.55% | - |
| HSV(B) | 248.33º | 0.23% | 0.62% | - |
| XYZ | 22.24 | 21.26 | 35.73 | - |
| YUV | 128.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 159 | 0.19 | 0.23 | 0 | 0.38 | 248.33 | 0.16 | 0.55 |
| Hex | 80 | 7B | 9F | 13 | 17 | 0 | 26 | F8 | 10 | 37 |
| Octal | 200 | 173 | 237 | 23 | 27 | 0 | 46 | 370 | 20 | 67 |
| Binary | 10000000 | 1111011 | 10011111 | 10011 | 10111 | 0 | 100110 | 11111000 | 10000 | 110111 |
Color Harmonies of #807B9F
Complementary color
Monochromatic Colors of #807B9F
Black with #807B9F
Text Example
Text Example
White with #807B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807B9F; }
p { color: rgb(128,123,159); }
H1.HeaderClassName
{
color: #807B9F;
}
.AnyTagClassName
{
color: #807B9F;
}
</style>
background-color css
<style>
a { background-color: #807B9F; }
a { background-color: rgb(128,123,159); }
div.DivClassName
{
background-color: #807B9F;
}
.BgClassName
{
background-color: #807B9F;
}
</style>
border-color css
<style>
span { border-color: #807B9F; }
span { border-color: rgb(128,123,159); }
td.TdClassName
{
border-color: #807B9F;
}
.TagClassName
{
border-color: #807B9F;
}
</style>