Shades of Deluge #847FAC
Tints of Deluge #847FAC
RGB
CMYK
RGB Variations
Color information
#847FAC (or 0x847FAC) is known color: Deluge. HEX triplet: 84, 7F and AC. RGB value is (132,127,172). Sum of RGB (Red+Green+Blue) = 132+127+172=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #847FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847FAC is #7B8053. Grayscale: #858585. Windows color (decimal): -8093780 or 11304836. OLE color: 11304836.
HSL color Cylindrical-coordinate representation of color #847FAC: hue angle of 246.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #847FAC is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 127 | 172 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.33 |
| HSL | 246.67º | 0.21% | 0.59% | - |
| HSV(B) | 246.67º | 0.26% | 0.67% | - |
| XYZ | 24.55 | 23.06 | 42.19 | - |
| YUV | 133.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 172 | 0.23 | 0.26 | 0 | 0.33 | 246.67 | 0.21 | 0.59 |
| Hex | 84 | 7F | AC | 17 | 1A | 0 | 21 | F7 | 15 | 3B |
| Octal | 204 | 177 | 254 | 27 | 32 | 0 | 41 | 367 | 25 | 73 |
| Binary | 10000100 | 1111111 | 10101100 | 10111 | 11010 | 0 | 100001 | 11110111 | 10101 | 111011 |
Color Harmonies of #847FAC
Complementary color
Monochromatic Colors of #847FAC
Black with #847FAC
Text Example
Text Example
White with #847FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847FAC; }
p { color: rgb(132,127,172); }
H1.HeaderClassName
{
color: #847FAC;
}
.AnyTagClassName
{
color: #847FAC;
}
</style>
background-color css
<style>
a { background-color: #847FAC; }
a { background-color: rgb(132,127,172); }
div.DivClassName
{
background-color: #847FAC;
}
.BgClassName
{
background-color: #847FAC;
}
</style>
border-color css
<style>
span { border-color: #847FAC; }
span { border-color: rgb(132,127,172); }
td.TdClassName
{
border-color: #847FAC;
}
.TagClassName
{
border-color: #847FAC;
}
</style>