Shades of Deluge #807D93
Tints of Deluge #807D93
RGB
CMYK
RGB Variations
Color information
#807D93 (or 0x807D93) is known color: Deluge. HEX triplet: 80, 7D and 93. RGB value is (128,125,147). Sum of RGB (Red+Green+Blue) = 128+125+147=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 147 - color contains mainly: blue. Hex color #807D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807D93 is #7F826C. Grayscale: #808080. Windows color (decimal): -8356461 or 9665920. OLE color: 9665920.
HSL color Cylindrical-coordinate representation of color #807D93: hue angle of 248.18º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #807D93 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 125 | 147 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.42 |
| HSL | 248.18º | 0.09% | 0.53% | - |
| HSV(B) | 248.18º | 0.15% | 0.58% | - |
| XYZ | 21.5 | 21.36 | 30.59 | - |
| YUV | 128.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 147 | 0.13 | 0.15 | 0 | 0.42 | 248.18 | 0.09 | 0.53 |
| Hex | 80 | 7D | 93 | D | F | 0 | 2A | F8 | 9 | 35 |
| Octal | 200 | 175 | 223 | 15 | 17 | 0 | 52 | 370 | 11 | 65 |
| Binary | 10000000 | 1111101 | 10010011 | 1101 | 1111 | 0 | 101010 | 11111000 | 1001 | 110101 |
Color Harmonies of #807D93
Complementary color
Monochromatic Colors of #807D93
Black with #807D93
Text Example
Text Example
White with #807D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807D93; }
p { color: rgb(128,125,147); }
H1.HeaderClassName
{
color: #807D93;
}
.AnyTagClassName
{
color: #807D93;
}
</style>
background-color css
<style>
a { background-color: #807D93; }
a { background-color: rgb(128,125,147); }
div.DivClassName
{
background-color: #807D93;
}
.BgClassName
{
background-color: #807D93;
}
</style>
border-color css
<style>
span { border-color: #807D93; }
span { border-color: rgb(128,125,147); }
td.TdClassName
{
border-color: #807D93;
}
.TagClassName
{
border-color: #807D93;
}
</style>