Shades of Deluge #807C9D
Tints of Deluge #807C9D
RGB
CMYK
RGB Variations
Color information
#807C9D (or 0x807C9D) is known color: Deluge. HEX triplet: 80, 7C and 9D. RGB value is (128,124,157). Sum of RGB (Red+Green+Blue) = 128+124+157=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #807C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807C9D is #7F8362. Grayscale: #808080. Windows color (decimal): -8356707 or 10321024. OLE color: 10321024.
HSL color Cylindrical-coordinate representation of color #807C9D: hue angle of 247.27º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #807C9D is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 124 | 157 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.38 |
| HSL | 247.27º | 0.14% | 0.55% | - |
| HSV(B) | 247.27º | 0.21% | 0.62% | - |
| XYZ | 22.2 | 21.44 | 34.87 | - |
| YUV | 128.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 157 | 0.18 | 0.21 | 0 | 0.38 | 247.27 | 0.14 | 0.55 |
| Hex | 80 | 7C | 9D | 12 | 15 | 0 | 26 | F7 | E | 37 |
| Octal | 200 | 174 | 235 | 22 | 25 | 0 | 46 | 367 | 16 | 67 |
| Binary | 10000000 | 1111100 | 10011101 | 10010 | 10101 | 0 | 100110 | 11110111 | 1110 | 110111 |
Color Harmonies of #807C9D
Complementary color
Monochromatic Colors of #807C9D
Black with #807C9D
Text Example
Text Example
White with #807C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C9D; }
p { color: rgb(128,124,157); }
H1.HeaderClassName
{
color: #807C9D;
}
.AnyTagClassName
{
color: #807C9D;
}
</style>
background-color css
<style>
a { background-color: #807C9D; }
a { background-color: rgb(128,124,157); }
div.DivClassName
{
background-color: #807C9D;
}
.BgClassName
{
background-color: #807C9D;
}
</style>
border-color css
<style>
span { border-color: #807C9D; }
span { border-color: rgb(128,124,157); }
td.TdClassName
{
border-color: #807C9D;
}
.TagClassName
{
border-color: #807C9D;
}
</style>