Shades of Deluge #8C82A6
Tints of Deluge #8C82A6
RGB
CMYK
RGB Variations
Color information
#8C82A6 (or 0x8C82A6) is known color: Deluge. HEX triplet: 8C, 82 and A6. RGB value is (140,130,166). Sum of RGB (Red+Green+Blue) = 140+130+166=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 166 - color contains mainly: blue. Hex color #8C82A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C82A6 is #737D59. Grayscale: #888888. Windows color (decimal): -7568730 or 10912396. OLE color: 10912396.
HSL color Cylindrical-coordinate representation of color #8C82A6: hue angle of 256.67º 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 #8C82A6 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 130 | 166 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.35 |
| HSL | 256.67º | 0.17% | 0.58% | - |
| HSV(B) | 256.67º | 0.22% | 0.65% | - |
| XYZ | 25.68 | 24.29 | 39.41 | - |
| YUV | 137.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 166 | 0.16 | 0.22 | 0 | 0.35 | 256.67 | 0.17 | 0.58 |
| Hex | 8C | 82 | A6 | 10 | 16 | 0 | 23 | 101 | 11 | 3A |
| Octal | 214 | 202 | 246 | 20 | 26 | 0 | 43 | 401 | 21 | 72 |
| Binary | 10001100 | 10000010 | 10100110 | 10000 | 10110 | 0 | 100011 | 100000001 | 10001 | 111010 |
Color Harmonies of #8C82A6
Complementary color
Monochromatic Colors of #8C82A6
Black with #8C82A6
Text Example
Text Example
White with #8C82A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C82A6; }
p { color: rgb(140,130,166); }
H1.HeaderClassName
{
color: #8C82A6;
}
.AnyTagClassName
{
color: #8C82A6;
}
</style>
background-color css
<style>
a { background-color: #8C82A6; }
a { background-color: rgb(140,130,166); }
div.DivClassName
{
background-color: #8C82A6;
}
.BgClassName
{
background-color: #8C82A6;
}
</style>
border-color css
<style>
span { border-color: #8C82A6; }
span { border-color: rgb(140,130,166); }
td.TdClassName
{
border-color: #8C82A6;
}
.TagClassName
{
border-color: #8C82A6;
}
</style>