Shades of Deluge #8673AB
Tints of Deluge #8673AB
RGB
CMYK
RGB Variations
Color information
#8673AB (or 0x8673AB) is known color: Deluge. HEX triplet: 86, 73 and AB. RGB value is (134,115,171). Sum of RGB (Red+Green+Blue) = 134+115+171=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #8673AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8673AB is #798C54. Grayscale: #7E7E7E. Windows color (decimal): -7965781 or 11236230. OLE color: 11236230.
HSL color Cylindrical-coordinate representation of color #8673AB: hue angle of 260.36º 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 #8673AB is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 115 | 171 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.33 |
| HSL | 260.36º | 0.25% | 0.56% | - |
| HSV(B) | 260.36º | 0.33% | 0.67% | - |
| XYZ | 23.31 | 20.27 | 41.21 | - |
| YUV | 127.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 115 | 171 | 0.22 | 0.33 | 0 | 0.33 | 260.36 | 0.25 | 0.56 |
| Hex | 86 | 73 | AB | 16 | 21 | 0 | 21 | 104 | 19 | 38 |
| Octal | 206 | 163 | 253 | 26 | 41 | 0 | 41 | 404 | 31 | 70 |
| Binary | 10000110 | 1110011 | 10101011 | 10110 | 100001 | 0 | 100001 | 100000100 | 11001 | 111000 |
Color Harmonies of #8673AB
Complementary color
Monochromatic Colors of #8673AB
Black with #8673AB
Text Example
Text Example
White with #8673AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8673AB; }
p { color: rgb(134,115,171); }
H1.HeaderClassName
{
color: #8673AB;
}
.AnyTagClassName
{
color: #8673AB;
}
</style>
background-color css
<style>
a { background-color: #8673AB; }
a { background-color: rgb(134,115,171); }
div.DivClassName
{
background-color: #8673AB;
}
.BgClassName
{
background-color: #8673AB;
}
</style>
border-color css
<style>
span { border-color: #8673AB; }
span { border-color: rgb(134,115,171); }
td.TdClassName
{
border-color: #8673AB;
}
.TagClassName
{
border-color: #8673AB;
}
</style>