Shades of Deluge #847BAE
Tints of Deluge #847BAE
RGB
CMYK
RGB Variations
Color information
#847BAE (or 0x847BAE) is known color: Deluge. HEX triplet: 84, 7B and AE. RGB value is (132,123,174). Sum of RGB (Red+Green+Blue) = 132+123+174=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #847BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847BAE is #7B8451. Grayscale: #838383. Windows color (decimal): -8094802 or 11434884. OLE color: 11434884.
HSL color Cylindrical-coordinate representation of color #847BAE: hue angle of 250.59º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #847BAE is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 123 | 174 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.32 |
| HSL | 250.59º | 0.24% | 0.58% | - |
| HSV(B) | 250.59º | 0.29% | 0.68% | - |
| XYZ | 24.24 | 22.13 | 43.04 | - |
| YUV | 131.51 | 151.98 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 174 | 0.24 | 0.29 | 0 | 0.32 | 250.59 | 0.24 | 0.58 |
| Hex | 84 | 7B | AE | 18 | 1D | 0 | 20 | FB | 18 | 3A |
| Octal | 204 | 173 | 256 | 30 | 35 | 0 | 40 | 373 | 30 | 72 |
| Binary | 10000100 | 1111011 | 10101110 | 11000 | 11101 | 0 | 100000 | 11111011 | 11000 | 111010 |
Color Harmonies of #847BAE
Complementary color
Monochromatic Colors of #847BAE
Black with #847BAE
Text Example
Text Example
White with #847BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847BAE; }
p { color: rgb(132,123,174); }
H1.HeaderClassName
{
color: #847BAE;
}
.AnyTagClassName
{
color: #847BAE;
}
</style>
background-color css
<style>
a { background-color: #847BAE; }
a { background-color: rgb(132,123,174); }
div.DivClassName
{
background-color: #847BAE;
}
.BgClassName
{
background-color: #847BAE;
}
</style>
border-color css
<style>
span { border-color: #847BAE; }
span { border-color: rgb(132,123,174); }
td.TdClassName
{
border-color: #847BAE;
}
.TagClassName
{
border-color: #847BAE;
}
</style>