Shades of Deluge #8669AB
Tints of Deluge #8669AB
RGB
CMYK
RGB Variations
Color information
#8669AB (or 0x8669AB) is known color: Deluge. HEX triplet: 86, 69 and AB. RGB value is (134,105,171). Sum of RGB (Red+Green+Blue) = 134+105+171=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #8669AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8669AB is #799654. Grayscale: #787878. Windows color (decimal): -7968341 or 11233670. OLE color: 11233670.
HSL color Cylindrical-coordinate representation of color #8669AB: hue angle of 266.36º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8669AB is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 105 | 171 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.33 |
| HSL | 266.36º | 0.28% | 0.54% | - |
| HSV(B) | 266.36º | 0.39% | 0.67% | - |
| XYZ | 22.23 | 18.11 | 40.85 | - |
| YUV | 121.2 | 156.11 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 105 | 171 | 0.22 | 0.39 | 0 | 0.33 | 266.36 | 0.28 | 0.54 |
| Hex | 86 | 69 | AB | 16 | 27 | 0 | 21 | 10A | 1C | 36 |
| Octal | 206 | 151 | 253 | 26 | 47 | 0 | 41 | 412 | 34 | 66 |
| Binary | 10000110 | 1101001 | 10101011 | 10110 | 100111 | 0 | 100001 | 100001010 | 11100 | 110110 |
Color Harmonies of #8669AB
Complementary color
Monochromatic Colors of #8669AB
Black with #8669AB
Text Example
Text Example
White with #8669AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8669AB; }
p { color: rgb(134,105,171); }
H1.HeaderClassName
{
color: #8669AB;
}
.AnyTagClassName
{
color: #8669AB;
}
</style>
background-color css
<style>
a { background-color: #8669AB; }
a { background-color: rgb(134,105,171); }
div.DivClassName
{
background-color: #8669AB;
}
.BgClassName
{
background-color: #8669AB;
}
</style>
border-color css
<style>
span { border-color: #8669AB; }
span { border-color: rgb(134,105,171); }
td.TdClassName
{
border-color: #8669AB;
}
.TagClassName
{
border-color: #8669AB;
}
</style>