Shades of Deluge #8C80AE
Tints of Deluge #8C80AE
RGB
CMYK
RGB Variations
Color information
#8C80AE (or 0x8C80AE) is known color: Deluge. HEX triplet: 8C, 80 and AE. RGB value is (140,128,174). Sum of RGB (Red+Green+Blue) = 140+128+174=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C80AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C80AE is #737F51. Grayscale: #888888. Windows color (decimal): -7569234 or 11436172. OLE color: 11436172.
HSL color Cylindrical-coordinate representation of color #8C80AE: hue angle of 255.65º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C80AE is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 128 | 174 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.32 |
| HSL | 255.65º | 0.22% | 0.59% | - |
| HSV(B) | 255.65º | 0.26% | 0.68% | - |
| XYZ | 26.17 | 24.07 | 43.31 | - |
| YUV | 136.83 | 148.98 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 174 | 0.20 | 0.26 | 0 | 0.32 | 255.65 | 0.22 | 0.59 |
| Hex | 8C | 80 | AE | 14 | 1A | 0 | 20 | 100 | 16 | 3B |
| Octal | 214 | 200 | 256 | 24 | 32 | 0 | 40 | 400 | 26 | 73 |
| Binary | 10001100 | 10000000 | 10101110 | 10100 | 11010 | 0 | 100000 | 100000000 | 10110 | 111011 |
Color Harmonies of #8C80AE
Complementary color
Monochromatic Colors of #8C80AE
Black with #8C80AE
Text Example
Text Example
White with #8C80AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C80AE; }
p { color: rgb(140,128,174); }
H1.HeaderClassName
{
color: #8C80AE;
}
.AnyTagClassName
{
color: #8C80AE;
}
</style>
background-color css
<style>
a { background-color: #8C80AE; }
a { background-color: rgb(140,128,174); }
div.DivClassName
{
background-color: #8C80AE;
}
.BgClassName
{
background-color: #8C80AE;
}
</style>
border-color css
<style>
span { border-color: #8C80AE; }
span { border-color: rgb(140,128,174); }
td.TdClassName
{
border-color: #8C80AE;
}
.TagClassName
{
border-color: #8C80AE;
}
</style>