#847397

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

Shades of Deluge #847397

Tints of Deluge #847397

Color information

#847397 (or 0x847397) is unknown color: approx Deluge. HEX triplet: 84, 73 and 97. RGB value is (132,115,151). Sum of RGB (Red+Green+Blue) = 132+115+151=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 151 - color contains mainly: blue. Hex color #847397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847397 is #7B8C68. Grayscale: #7C7C7C. Windows color (decimal): -8096873 or 9925508. OLE color: 9925508.

HSL color Cylindrical-coordinate representation of color #847397: hue angle of 268.33º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #847397 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB132115151-
CMYK0.130.2400.41
HSL268.33º14.75%52.16%-
HSV(B)268.33º23.84%59.22%-
XYZ21.2319.431.9-
YUV124.19143.13133.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.17%
GREEN value IS 115 (45.31% from 255) = 28.89%
BLUE value IS 151 (59.38% from 255) = 37.94%
R=33.17%
G=28.89%
B=37.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1321151510.130.2400.41268.3314.7552.16
Hex847397D1802910cf34
Octal20416322715300514141764
Binary1000010011100111001011111011100001010011000011001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847397; }

 p { color: rgb(132,115,151); }

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

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

 a { background-color: rgb(132,115,151); }

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

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

 span { border-color: rgb(132,115,151); }

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