Shades of Deluge #8680AF
Tints of Deluge #8680AF
RGB
CMYK
RGB Variations
Color information
#8680AF (or 0x8680AF) is known color: Deluge. HEX triplet: 86, 80 and AF. RGB value is (134,128,175). Sum of RGB (Red+Green+Blue) = 134+128+175=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #8680AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8680AF is #797F50. Grayscale: #868686. Windows color (decimal): -7962449 or 11501702. OLE color: 11501702.
HSL color Cylindrical-coordinate representation of color #8680AF: hue angle of 247.66º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8680AF is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 128 | 175 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.31 |
| HSL | 247.66º | 0.23% | 0.59% | - |
| HSV(B) | 247.66º | 0.27% | 0.69% | - |
| XYZ | 25.29 | 23.6 | 43.78 | - |
| YUV | 135.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 175 | 0.23 | 0.27 | 0 | 0.31 | 247.66 | 0.23 | 0.59 |
| Hex | 86 | 80 | AF | 17 | 1B | 0 | 1F | F8 | 17 | 3B |
| Octal | 206 | 200 | 257 | 27 | 33 | 0 | 37 | 370 | 27 | 73 |
| Binary | 10000110 | 10000000 | 10101111 | 10111 | 11011 | 0 | 11111 | 11111000 | 10111 | 111011 |
Color Harmonies of #8680AF
Complementary color
Monochromatic Colors of #8680AF
Black with #8680AF
Text Example
Text Example
White with #8680AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8680AF; }
p { color: rgb(134,128,175); }
H1.HeaderClassName
{
color: #8680AF;
}
.AnyTagClassName
{
color: #8680AF;
}
</style>
background-color css
<style>
a { background-color: #8680AF; }
a { background-color: rgb(134,128,175); }
div.DivClassName
{
background-color: #8680AF;
}
.BgClassName
{
background-color: #8680AF;
}
</style>
border-color css
<style>
span { border-color: #8680AF; }
span { border-color: rgb(134,128,175); }
td.TdClassName
{
border-color: #8680AF;
}
.TagClassName
{
border-color: #8680AF;
}
</style>