#847FAA

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

Shades of Deluge #847FAA

Tints of Deluge #847FAA

Color information

#847FAA (or 0x847FAA) is unknown color: approx Deluge. HEX triplet: 84, 7F and AA. RGB value is (132,127,170). Sum of RGB (Red+Green+Blue) = 132+127+170=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #847FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847FAA is #7B8055. Grayscale: #858585. Windows color (decimal): -8093782 or 11173764. OLE color: 11173764.

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

Color convert

RGB132127170-
CMYK0.220.2500.33
HSL246.98º20.19%58.24%-
HSV(B)246.98º25.29%66.67%-
XYZ24.3622.9941.18-
YUV133.4148.66127-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.77%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=30.77%
G=29.60%
B=39.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321271700.220.2500.33246.9820.1958.24
Hex847FAA1619021f7143a
Octal20417725226310413672472
Binary10000100111111110101010101101100101000011111011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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