Shades of Deluge #8475AB
Tints of Deluge #8475AB
RGB
CMYK
RGB Variations
Color information
#8475AB (or 0x8475AB) is known color: Deluge. HEX triplet: 84, 75 and AB. RGB value is (132,117,171). Sum of RGB (Red+Green+Blue) = 132+117+171=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #8475AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8475AB is #7B8A54. Grayscale: #7F7F7F. Windows color (decimal): -8096341 or 11236740. OLE color: 11236740.
HSL color Cylindrical-coordinate representation of color #8475AB: hue angle of 256.67º 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 #8475AB is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 117 | 171 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.33 |
| HSL | 256.67º | 0.24% | 0.56% | - |
| HSV(B) | 256.67º | 0.32% | 0.67% | - |
| XYZ | 23.23 | 20.57 | 41.27 | - |
| YUV | 127.64 | 152.47 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 117 | 171 | 0.23 | 0.32 | 0 | 0.33 | 256.67 | 0.24 | 0.56 |
| Hex | 84 | 75 | AB | 17 | 20 | 0 | 21 | 101 | 18 | 38 |
| Octal | 204 | 165 | 253 | 27 | 40 | 0 | 41 | 401 | 30 | 70 |
| Binary | 10000100 | 1110101 | 10101011 | 10111 | 100000 | 0 | 100001 | 100000001 | 11000 | 111000 |
Color Harmonies of #8475AB
Complementary color
Monochromatic Colors of #8475AB
Black with #8475AB
Text Example
Text Example
White with #8475AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8475AB; }
p { color: rgb(132,117,171); }
H1.HeaderClassName
{
color: #8475AB;
}
.AnyTagClassName
{
color: #8475AB;
}
</style>
background-color css
<style>
a { background-color: #8475AB; }
a { background-color: rgb(132,117,171); }
div.DivClassName
{
background-color: #8475AB;
}
.BgClassName
{
background-color: #8475AB;
}
</style>
border-color css
<style>
span { border-color: #8475AB; }
span { border-color: rgb(132,117,171); }
td.TdClassName
{
border-color: #8475AB;
}
.TagClassName
{
border-color: #8475AB;
}
</style>