Shades of Deluge #8C82A7
Tints of Deluge #8C82A7
RGB
CMYK
RGB Variations
Color information
#8C82A7 (or 0x8C82A7) is known color: Deluge. HEX triplet: 8C, 82 and A7. RGB value is (140,130,167). Sum of RGB (Red+Green+Blue) = 140+130+167=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 167 - color contains mainly: blue. Hex color #8C82A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C82A7 is #737D58. Grayscale: #898989. Windows color (decimal): -7568729 or 10977932. OLE color: 10977932.
HSL color Cylindrical-coordinate representation of color #8C82A7: hue angle of 256.22º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C82A7 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 130 | 167 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.35 |
| HSL | 256.22º | 0.17% | 0.58% | - |
| HSV(B) | 256.22º | 0.22% | 0.65% | - |
| XYZ | 25.77 | 24.33 | 39.9 | - |
| YUV | 137.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 167 | 0.16 | 0.22 | 0 | 0.35 | 256.22 | 0.17 | 0.58 |
| Hex | 8C | 82 | A7 | 10 | 16 | 0 | 23 | 100 | 11 | 3A |
| Octal | 214 | 202 | 247 | 20 | 26 | 0 | 43 | 400 | 21 | 72 |
| Binary | 10001100 | 10000010 | 10100111 | 10000 | 10110 | 0 | 100011 | 100000000 | 10001 | 111010 |
Color Harmonies of #8C82A7
Complementary color
Monochromatic Colors of #8C82A7
Black with #8C82A7
Text Example
Text Example
White with #8C82A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C82A7; }
p { color: rgb(140,130,167); }
H1.HeaderClassName
{
color: #8C82A7;
}
.AnyTagClassName
{
color: #8C82A7;
}
</style>
background-color css
<style>
a { background-color: #8C82A7; }
a { background-color: rgb(140,130,167); }
div.DivClassName
{
background-color: #8C82A7;
}
.BgClassName
{
background-color: #8C82A7;
}
</style>
border-color css
<style>
span { border-color: #8C82A7; }
span { border-color: rgb(140,130,167); }
td.TdClassName
{
border-color: #8C82A7;
}
.TagClassName
{
border-color: #8C82A7;
}
</style>