Shades of Deluge #8675AE
Tints of Deluge #8675AE
RGB
CMYK
RGB Variations
Color information
#8675AE (or 0x8675AE) is known color: Deluge. HEX triplet: 86, 75 and AE. RGB value is (134,117,174). Sum of RGB (Red+Green+Blue) = 134+117+174=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #8675AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8675AE is #798A51. Grayscale: #808080. Windows color (decimal): -7965266 or 11433350. OLE color: 11433350.
HSL color Cylindrical-coordinate representation of color #8675AE: hue angle of 257.89º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8675AE is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 117 | 174 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.32 |
| HSL | 257.89º | 0.26% | 0.57% | - |
| HSV(B) | 257.89º | 0.33% | 0.68% | - |
| XYZ | 23.83 | 20.85 | 42.81 | - |
| YUV | 128.58 | 153.63 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 117 | 174 | 0.23 | 0.33 | 0 | 0.32 | 257.89 | 0.26 | 0.57 |
| Hex | 86 | 75 | AE | 17 | 21 | 0 | 20 | 102 | 1A | 39 |
| Octal | 206 | 165 | 256 | 27 | 41 | 0 | 40 | 402 | 32 | 71 |
| Binary | 10000110 | 1110101 | 10101110 | 10111 | 100001 | 0 | 100000 | 100000010 | 11010 | 111001 |
Color Harmonies of #8675AE
Complementary color
Monochromatic Colors of #8675AE
Black with #8675AE
Text Example
Text Example
White with #8675AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8675AE; }
p { color: rgb(134,117,174); }
H1.HeaderClassName
{
color: #8675AE;
}
.AnyTagClassName
{
color: #8675AE;
}
</style>
background-color css
<style>
a { background-color: #8675AE; }
a { background-color: rgb(134,117,174); }
div.DivClassName
{
background-color: #8675AE;
}
.BgClassName
{
background-color: #8675AE;
}
</style>
border-color css
<style>
span { border-color: #8675AE; }
span { border-color: rgb(134,117,174); }
td.TdClassName
{
border-color: #8675AE;
}
.TagClassName
{
border-color: #8675AE;
}
</style>