#847FAB

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

Shades of Deluge #847FAB

Tints of Deluge #847FAB

Color information

#847FAB (or 0x847FAB) is unknown color: approx Deluge. HEX triplet: 84, 7F and AB. RGB value is (132,127,171). Sum of RGB (Red+Green+Blue) = 132+127+171=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #847FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847FAB is #7B8054. Grayscale: #858585. Windows color (decimal): -8093781 or 11239300. OLE color: 11239300.

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

Color convert

RGB132127171-
CMYK0.230.2600.33
HSL246.82º20.75%58.43%-
HSV(B)246.82º25.73%67.06%-
XYZ24.4623.0241.68-
YUV133.51149.16126.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.70%
GREEN value IS 127 (50% from 255) = 29.53%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=30.70%
G=29.53%
B=39.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321271710.230.2600.33246.8220.7558.43
Hex847FAB171A021f7153a
Octal20417725327320413672572
Binary10000100111111110101011101111101001000011111011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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