Shades of Deluge #8680AB
Tints of Deluge #8680AB
RGB
CMYK
RGB Variations
Color information
#8680AB (or 0x8680AB) is known color: Deluge. HEX triplet: 86, 80 and AB. RGB value is (134,128,171). Sum of RGB (Red+Green+Blue) = 134+128+171=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #8680AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8680AB is #797F54. Grayscale: #868686. Windows color (decimal): -7962453 or 11239558. OLE color: 11239558.
HSL color Cylindrical-coordinate representation of color #8680AB: hue angle of 248.37º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8680AB is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 128 | 171 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.33 |
| HSL | 248.37º | 0.2% | 0.59% | - |
| HSV(B) | 248.37º | 0.25% | 0.67% | - |
| XYZ | 24.9 | 23.45 | 41.74 | - |
| YUV | 134.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 171 | 0.22 | 0.25 | 0 | 0.33 | 248.37 | 0.2 | 0.59 |
| Hex | 86 | 80 | AB | 16 | 19 | 0 | 21 | F8 | 14 | 3B |
| Octal | 206 | 200 | 253 | 26 | 31 | 0 | 41 | 370 | 24 | 73 |
| Binary | 10000110 | 10000000 | 10101011 | 10110 | 11001 | 0 | 100001 | 11111000 | 10100 | 111011 |
Color Harmonies of #8680AB
Complementary color
Monochromatic Colors of #8680AB
Black with #8680AB
Text Example
Text Example
White with #8680AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8680AB; }
p { color: rgb(134,128,171); }
H1.HeaderClassName
{
color: #8680AB;
}
.AnyTagClassName
{
color: #8680AB;
}
</style>
background-color css
<style>
a { background-color: #8680AB; }
a { background-color: rgb(134,128,171); }
div.DivClassName
{
background-color: #8680AB;
}
.BgClassName
{
background-color: #8680AB;
}
</style>
border-color css
<style>
span { border-color: #8680AB; }
span { border-color: rgb(134,128,171); }
td.TdClassName
{
border-color: #8680AB;
}
.TagClassName
{
border-color: #8680AB;
}
</style>