Shades of Deluge #8A809C
Tints of Deluge #8A809C
RGB
CMYK
RGB Variations
Color information
#8A809C (or 0x8A809C) is known color: Deluge. HEX triplet: 8A, 80 and 9C. RGB value is (138,128,156). Sum of RGB (Red+Green+Blue) = 138+128+156=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A809C is #757F63. Grayscale: #868686. Windows color (decimal): -7700324 or 10256522. OLE color: 10256522.
HSL color Cylindrical-coordinate representation of color #8A809C: hue angle of 261.43º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A809C is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 128 | 156 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.39 |
| HSL | 261.43º | 0.12% | 0.56% | - |
| HSV(B) | 261.43º | 0.18% | 0.61% | - |
| XYZ | 24.2 | 23.24 | 34.66 | - |
| YUV | 134.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 156 | 0.12 | 0.18 | 0 | 0.39 | 261.43 | 0.12 | 0.56 |
| Hex | 8A | 80 | 9C | C | 12 | 0 | 27 | 105 | C | 38 |
| Octal | 212 | 200 | 234 | 14 | 22 | 0 | 47 | 405 | 14 | 70 |
| Binary | 10001010 | 10000000 | 10011100 | 1100 | 10010 | 0 | 100111 | 100000101 | 1100 | 111000 |
Color Harmonies of #8A809C
Complementary color
Monochromatic Colors of #8A809C
Black with #8A809C
Text Example
Text Example
White with #8A809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A809C; }
p { color: rgb(138,128,156); }
H1.HeaderClassName
{
color: #8A809C;
}
.AnyTagClassName
{
color: #8A809C;
}
</style>
background-color css
<style>
a { background-color: #8A809C; }
a { background-color: rgb(138,128,156); }
div.DivClassName
{
background-color: #8A809C;
}
.BgClassName
{
background-color: #8A809C;
}
</style>
border-color css
<style>
span { border-color: #8A809C; }
span { border-color: rgb(138,128,156); }
td.TdClassName
{
border-color: #8A809C;
}
.TagClassName
{
border-color: #8A809C;
}
</style>