Shades of Deluge #8177AE
Tints of Deluge #8177AE
RGB
CMYK
RGB Variations
Color information
#8177AE (or 0x8177AE) is known color: Deluge. HEX triplet: 81, 77 and AE. RGB value is (129,119,174). Sum of RGB (Red+Green+Blue) = 129+119+174=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #8177AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8177AE is #7E8851. Grayscale: #808080. Windows color (decimal): -8292434 or 11433857. OLE color: 11433857.
HSL color Cylindrical-coordinate representation of color #8177AE: hue angle of 250.91º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8177AE is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 119 | 174 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.32 |
| HSL | 250.91º | 0.25% | 0.57% | - |
| HSV(B) | 250.91º | 0.32% | 0.68% | - |
| XYZ | 23.29 | 20.92 | 42.85 | - |
| YUV | 128.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 174 | 0.26 | 0.32 | 0 | 0.32 | 250.91 | 0.25 | 0.57 |
| Hex | 81 | 77 | AE | 1A | 20 | 0 | 20 | FB | 19 | 39 |
| Octal | 201 | 167 | 256 | 32 | 40 | 0 | 40 | 373 | 31 | 71 |
| Binary | 10000001 | 1110111 | 10101110 | 11010 | 100000 | 0 | 100000 | 11111011 | 11001 | 111001 |
Color Harmonies of #8177AE
Complementary color
Monochromatic Colors of #8177AE
Black with #8177AE
Text Example
Text Example
White with #8177AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8177AE; }
p { color: rgb(129,119,174); }
H1.HeaderClassName
{
color: #8177AE;
}
.AnyTagClassName
{
color: #8177AE;
}
</style>
background-color css
<style>
a { background-color: #8177AE; }
a { background-color: rgb(129,119,174); }
div.DivClassName
{
background-color: #8177AE;
}
.BgClassName
{
background-color: #8177AE;
}
</style>
border-color css
<style>
span { border-color: #8177AE; }
span { border-color: rgb(129,119,174); }
td.TdClassName
{
border-color: #8177AE;
}
.TagClassName
{
border-color: #8177AE;
}
</style>