Shades of Deluge #8A77A5
Tints of Deluge #8A77A5
RGB
CMYK
RGB Variations
Color information
#8A77A5 (or 0x8A77A5) is known color: Deluge. HEX triplet: 8A, 77 and A5. RGB value is (138,119,165). Sum of RGB (Red+Green+Blue) = 138+119+165=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 165 - color contains mainly: blue. Hex color #8A77A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A77A5 is #75885A. Grayscale: #818181. Windows color (decimal): -7702619 or 10844042. OLE color: 10844042.
HSL color Cylindrical-coordinate representation of color #8A77A5: hue angle of 264.78º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A77A5 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 119 | 165 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.35 |
| HSL | 264.78º | 0.2% | 0.56% | - |
| HSV(B) | 264.78º | 0.28% | 0.65% | - |
| XYZ | 23.87 | 21.31 | 38.45 | - |
| YUV | 129.93 | 147.79 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 119 | 165 | 0.16 | 0.28 | 0 | 0.35 | 264.78 | 0.2 | 0.56 |
| Hex | 8A | 77 | A5 | 10 | 1C | 0 | 23 | 109 | 14 | 38 |
| Octal | 212 | 167 | 245 | 20 | 34 | 0 | 43 | 411 | 24 | 70 |
| Binary | 10001010 | 1110111 | 10100101 | 10000 | 11100 | 0 | 100011 | 100001001 | 10100 | 111000 |
Color Harmonies of #8A77A5
Complementary color
Monochromatic Colors of #8A77A5
Black with #8A77A5
Text Example
Text Example
White with #8A77A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A77A5; }
p { color: rgb(138,119,165); }
H1.HeaderClassName
{
color: #8A77A5;
}
.AnyTagClassName
{
color: #8A77A5;
}
</style>
background-color css
<style>
a { background-color: #8A77A5; }
a { background-color: rgb(138,119,165); }
div.DivClassName
{
background-color: #8A77A5;
}
.BgClassName
{
background-color: #8A77A5;
}
</style>
border-color css
<style>
span { border-color: #8A77A5; }
span { border-color: rgb(138,119,165); }
td.TdClassName
{
border-color: #8A77A5;
}
.TagClassName
{
border-color: #8A77A5;
}
</style>