#847BAA

Color #847BAA Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #847BAA

Tints of Deluge #847BAA

Color information

#847BAA (or 0x847BAA) is unknown color: approx Deluge. HEX triplet: 84, 7B and AA. RGB value is (132,123,170). Sum of RGB (Red+Green+Blue) = 132+123+170=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #847BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847BAA is #7B8455. Grayscale: #828282. Windows color (decimal): -8094806 or 11172740. OLE color: 11172740.

HSL color Cylindrical-coordinate representation of color #847BAA: hue angle of 251.49º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #847BAA is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132123170-
CMYK0.220.2800.33
HSL251.49º21.66%57.45%-
HSV(B)251.49º27.65%66.67%-
XYZ23.8521.9741.01-
YUV131.05149.98128.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 31.06%
GREEN value IS 123 (48.44% from 255) = 28.94%
BLUE value IS 170 (66.80% from 255) = 40%
R=31.06%
G=28.94%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321231700.220.2800.33251.4921.6657.45
Hex847BAA161C021fb1639
Octal20417325226340413732671
Binary10000100111101110101010101101110001000011111101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847BAA; }

 p { color: rgb(132,123,170); }

 H1.HeaderClassName
 {
   color: #847BAA;
 }
 .AnyTagClassName
 {
   color: #847BAA;
 }
</style>
background-color css

<style>
 a { background-color: #847BAA; }

 a { background-color: rgb(132,123,170); }

 div.DivClassName
 {
   background-color: #847BAA;
 }
 .BgClassName
 {
   background-color: #847BAA;
 }
</style>
border-color css

<style>
 span { border-color: #847BAA; }

 span { border-color: rgb(132,123,170); }

 td.TdClassName
 {
   border-color: #847BAA;
 }
 .TagClassName
 {
   border-color: #847BAA;
 }
</style>