Shades of Deluge #8672AB
Tints of Deluge #8672AB
RGB
CMYK
RGB Variations
Color information
#8672AB (or 0x8672AB) is known color: Deluge. HEX triplet: 86, 72 and AB. RGB value is (134,114,171). Sum of RGB (Red+Green+Blue) = 134+114+171=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #8672AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8672AB is #798D54. Grayscale: #7E7E7E. Windows color (decimal): -7966037 or 11235974. OLE color: 11235974.
HSL color Cylindrical-coordinate representation of color #8672AB: hue angle of 261.05º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8672AB is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 114 | 171 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.33 |
| HSL | 261.05º | 0.25% | 0.56% | - |
| HSV(B) | 261.05º | 0.33% | 0.67% | - |
| XYZ | 23.2 | 20.04 | 41.17 | - |
| YUV | 126.48 | 153.13 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 114 | 171 | 0.22 | 0.33 | 0 | 0.33 | 261.05 | 0.25 | 0.56 |
| Hex | 86 | 72 | AB | 16 | 21 | 0 | 21 | 105 | 19 | 38 |
| Octal | 206 | 162 | 253 | 26 | 41 | 0 | 41 | 405 | 31 | 70 |
| Binary | 10000110 | 1110010 | 10101011 | 10110 | 100001 | 0 | 100001 | 100000101 | 11001 | 111000 |
Color Harmonies of #8672AB
Complementary color
Monochromatic Colors of #8672AB
Black with #8672AB
Text Example
Text Example
White with #8672AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8672AB; }
p { color: rgb(134,114,171); }
H1.HeaderClassName
{
color: #8672AB;
}
.AnyTagClassName
{
color: #8672AB;
}
</style>
background-color css
<style>
a { background-color: #8672AB; }
a { background-color: rgb(134,114,171); }
div.DivClassName
{
background-color: #8672AB;
}
.BgClassName
{
background-color: #8672AB;
}
</style>
border-color css
<style>
span { border-color: #8672AB; }
span { border-color: rgb(134,114,171); }
td.TdClassName
{
border-color: #8672AB;
}
.TagClassName
{
border-color: #8672AB;
}
</style>