Shades of Deluge #807DAA
Tints of Deluge #807DAA
RGB
CMYK
RGB Variations
Color information
#807DAA (or 0x807DAA) is known color: Deluge. HEX triplet: 80, 7D and AA. RGB value is (128,125,170). Sum of RGB (Red+Green+Blue) = 128+125+170=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #807DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807DAA is #7F8255. Grayscale: #828282. Windows color (decimal): -8356438 or 11173248. OLE color: 11173248.
HSL color Cylindrical-coordinate representation of color #807DAA: hue angle of 244º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #807DAA is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 125 | 170 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.33 |
| HSL | 244º | 0.21% | 0.58% | - |
| HSV(B) | 244º | 0.26% | 0.67% | - |
| XYZ | 23.49 | 22.16 | 41.07 | - |
| YUV | 131.03 | 149.99 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 170 | 0.25 | 0.26 | 0 | 0.33 | 244 | 0.21 | 0.58 |
| Hex | 80 | 7D | AA | 19 | 1A | 0 | 21 | F4 | 15 | 3A |
| Octal | 200 | 175 | 252 | 31 | 32 | 0 | 41 | 364 | 25 | 72 |
| Binary | 10000000 | 1111101 | 10101010 | 11001 | 11010 | 0 | 100001 | 11110100 | 10101 | 111010 |
Color Harmonies of #807DAA
Complementary color
Monochromatic Colors of #807DAA
Black with #807DAA
Text Example
Text Example
White with #807DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807DAA; }
p { color: rgb(128,125,170); }
H1.HeaderClassName
{
color: #807DAA;
}
.AnyTagClassName
{
color: #807DAA;
}
</style>
background-color css
<style>
a { background-color: #807DAA; }
a { background-color: rgb(128,125,170); }
div.DivClassName
{
background-color: #807DAA;
}
.BgClassName
{
background-color: #807DAA;
}
</style>
border-color css
<style>
span { border-color: #807DAA; }
span { border-color: rgb(128,125,170); }
td.TdClassName
{
border-color: #807DAA;
}
.TagClassName
{
border-color: #807DAA;
}
</style>