Shades of Deluge #8678AA
Tints of Deluge #8678AA
RGB
CMYK
RGB Variations
Color information
#8678AA (or 0x8678AA) is known color: Deluge. HEX triplet: 86, 78 and AA. RGB value is (134,120,170). Sum of RGB (Red+Green+Blue) = 134+120+170=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #8678AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8678AA is #798755. Grayscale: #818181. Windows color (decimal): -7964502 or 11171974. OLE color: 11171974.
HSL color Cylindrical-coordinate representation of color #8678AA: hue angle of 256.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8678AA is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 120 | 170 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.33 |
| HSL | 256.8º | 0.23% | 0.57% | - |
| HSV(B) | 256.8º | 0.29% | 0.67% | - |
| XYZ | 23.8 | 21.4 | 40.91 | - |
| YUV | 129.89 | 150.64 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 170 | 0.21 | 0.29 | 0 | 0.33 | 256.8 | 0.23 | 0.57 |
| Hex | 86 | 78 | AA | 15 | 1D | 0 | 21 | 101 | 17 | 39 |
| Octal | 206 | 170 | 252 | 25 | 35 | 0 | 41 | 401 | 27 | 71 |
| Binary | 10000110 | 1111000 | 10101010 | 10101 | 11101 | 0 | 100001 | 100000001 | 10111 | 111001 |
Color Harmonies of #8678AA
Complementary color
Monochromatic Colors of #8678AA
Black with #8678AA
Text Example
Text Example
White with #8678AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8678AA; }
p { color: rgb(134,120,170); }
H1.HeaderClassName
{
color: #8678AA;
}
.AnyTagClassName
{
color: #8678AA;
}
</style>
background-color css
<style>
a { background-color: #8678AA; }
a { background-color: rgb(134,120,170); }
div.DivClassName
{
background-color: #8678AA;
}
.BgClassName
{
background-color: #8678AA;
}
</style>
border-color css
<style>
span { border-color: #8678AA; }
span { border-color: rgb(134,120,170); }
td.TdClassName
{
border-color: #8678AA;
}
.TagClassName
{
border-color: #8678AA;
}
</style>