Shades of Deluge #8476AF
Tints of Deluge #8476AF
RGB
CMYK
RGB Variations
Color information
#8476AF (or 0x8476AF) is known color: Deluge. HEX triplet: 84, 76 and AF. RGB value is (132,118,175). Sum of RGB (Red+Green+Blue) = 132+118+175=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #8476AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8476AF is #7B8950. Grayscale: #808080. Windows color (decimal): -8096081 or 11499140. OLE color: 11499140.
HSL color Cylindrical-coordinate representation of color #8476AF: hue angle of 254.74º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8476AF is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 118 | 175 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.31 |
| HSL | 254.74º | 0.26% | 0.57% | - |
| HSV(B) | 254.74º | 0.33% | 0.69% | - |
| XYZ | 23.73 | 20.96 | 43.35 | - |
| YUV | 128.68 | 154.14 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 175 | 0.25 | 0.33 | 0 | 0.31 | 254.74 | 0.26 | 0.57 |
| Hex | 84 | 76 | AF | 19 | 21 | 0 | 1F | FF | 1A | 39 |
| Octal | 204 | 166 | 257 | 31 | 41 | 0 | 37 | 377 | 32 | 71 |
| Binary | 10000100 | 1110110 | 10101111 | 11001 | 100001 | 0 | 11111 | 11111111 | 11010 | 111001 |
Color Harmonies of #8476AF
Complementary color
Monochromatic Colors of #8476AF
Black with #8476AF
Text Example
Text Example
White with #8476AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8476AF; }
p { color: rgb(132,118,175); }
H1.HeaderClassName
{
color: #8476AF;
}
.AnyTagClassName
{
color: #8476AF;
}
</style>
background-color css
<style>
a { background-color: #8476AF; }
a { background-color: rgb(132,118,175); }
div.DivClassName
{
background-color: #8476AF;
}
.BgClassName
{
background-color: #8476AF;
}
</style>
border-color css
<style>
span { border-color: #8476AF; }
span { border-color: rgb(132,118,175); }
td.TdClassName
{
border-color: #8476AF;
}
.TagClassName
{
border-color: #8476AF;
}
</style>