Shades of Deluge #8C819B
Tints of Deluge #8C819B
RGB
CMYK
RGB Variations
Color information
#8C819B (or 0x8C819B) is known color: Deluge. HEX triplet: 8C, 81 and 9B. RGB value is (140,129,155). Sum of RGB (Red+Green+Blue) = 140+129+155=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C819B is #737E64. Grayscale: #878787. Windows color (decimal): -7568997 or 10191244. OLE color: 10191244.
HSL color Cylindrical-coordinate representation of color #8C819B: hue angle of 265.38º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8C819B is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 129 | 155 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.39 |
| HSL | 265.38º | 0.12% | 0.56% | - |
| HSV(B) | 265.38º | 0.17% | 0.61% | - |
| XYZ | 24.58 | 23.64 | 34.28 | - |
| YUV | 135.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 155 | 0.10 | 0.17 | 0 | 0.39 | 265.38 | 0.12 | 0.56 |
| Hex | 8C | 81 | 9B | A | 11 | 0 | 27 | 109 | C | 38 |
| Octal | 214 | 201 | 233 | 12 | 21 | 0 | 47 | 411 | 14 | 70 |
| Binary | 10001100 | 10000001 | 10011011 | 1010 | 10001 | 0 | 100111 | 100001001 | 1100 | 111000 |
Color Harmonies of #8C819B
Complementary color
Monochromatic Colors of #8C819B
Black with #8C819B
Text Example
Text Example
White with #8C819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C819B; }
p { color: rgb(140,129,155); }
H1.HeaderClassName
{
color: #8C819B;
}
.AnyTagClassName
{
color: #8C819B;
}
</style>
background-color css
<style>
a { background-color: #8C819B; }
a { background-color: rgb(140,129,155); }
div.DivClassName
{
background-color: #8C819B;
}
.BgClassName
{
background-color: #8C819B;
}
</style>
border-color css
<style>
span { border-color: #8C819B; }
span { border-color: rgb(140,129,155); }
td.TdClassName
{
border-color: #8C819B;
}
.TagClassName
{
border-color: #8C819B;
}
</style>