#847F95

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

Shades of Deluge #847F95

Tints of Deluge #847F95

Color information

#847F95 (or 0x847F95) is unknown color: approx Deluge. HEX triplet: 84, 7F and 95. RGB value is (132,127,149). Sum of RGB (Red+Green+Blue) = 132+127+149=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 149 - color contains mainly: blue. Hex color #847F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847F95 is #7B806A. Grayscale: #828282. Windows color (decimal): -8093803 or 9797508. OLE color: 9797508.

HSL color Cylindrical-coordinate representation of color #847F95: hue angle of 253.64º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #847F95 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB132127149-
CMYK0.110.1500.42
HSL253.64º9.4%54.12%-
HSV(B)253.64º14.77%58.43%-
XYZ22.5322.2531.54-
YUV131138.16128.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.35%
GREEN value IS 127 (50% from 255) = 31.13%
BLUE value IS 149 (58.59% from 255) = 36.52%
R=32.35%
G=31.13%
B=36.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321271490.110.1500.42253.649.454.12
Hex847F95BF02Afe936
Octal20417722513170523761166
Binary10000100111111110010101101111110101010111111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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