Shades of Deluge #8674AA
Tints of Deluge #8674AA
RGB
CMYK
RGB Variations
Color information
#8674AA (or 0x8674AA) is known color: Deluge. HEX triplet: 86, 74 and AA. RGB value is (134,116,170). Sum of RGB (Red+Green+Blue) = 134+116+170=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #8674AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8674AA is #798B55. Grayscale: #7F7F7F. Windows color (decimal): -7965526 or 11170950. OLE color: 11170950.
HSL color Cylindrical-coordinate representation of color #8674AA: hue angle of 260º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8674AA is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 116 | 170 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.33 |
| HSL | 260º | 0.24% | 0.56% | - |
| HSV(B) | 260º | 0.32% | 0.67% | - |
| XYZ | 23.33 | 20.46 | 40.75 | - |
| YUV | 127.54 | 151.96 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 116 | 170 | 0.21 | 0.32 | 0 | 0.33 | 260 | 0.24 | 0.56 |
| Hex | 86 | 74 | AA | 15 | 20 | 0 | 21 | 104 | 18 | 38 |
| Octal | 206 | 164 | 252 | 25 | 40 | 0 | 41 | 404 | 30 | 70 |
| Binary | 10000110 | 1110100 | 10101010 | 10101 | 100000 | 0 | 100001 | 100000100 | 11000 | 111000 |
Color Harmonies of #8674AA
Complementary color
Monochromatic Colors of #8674AA
Black with #8674AA
Text Example
Text Example
White with #8674AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8674AA; }
p { color: rgb(134,116,170); }
H1.HeaderClassName
{
color: #8674AA;
}
.AnyTagClassName
{
color: #8674AA;
}
</style>
background-color css
<style>
a { background-color: #8674AA; }
a { background-color: rgb(134,116,170); }
div.DivClassName
{
background-color: #8674AA;
}
.BgClassName
{
background-color: #8674AA;
}
</style>
border-color css
<style>
span { border-color: #8674AA; }
span { border-color: rgb(134,116,170); }
td.TdClassName
{
border-color: #8674AA;
}
.TagClassName
{
border-color: #8674AA;
}
</style>