#847398

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

Shades of Deluge #847398

Tints of Deluge #847398

Color information

#847398 (or 0x847398) is unknown color: approx Deluge. HEX triplet: 84, 73 and 98. RGB value is (132,115,152). Sum of RGB (Red+Green+Blue) = 132+115+152=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 152 - color contains mainly: blue. Hex color #847398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847398 is #7B8C67. Grayscale: #7C7C7C. Windows color (decimal): -8096872 or 9991044. OLE color: 9991044.

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

Color convert

RGB132115152-
CMYK0.130.2400.40
HSL267.57º15.23%52.35%-
HSV(B)267.57º24.34%59.61%-
XYZ21.3119.4332.33-
YUV124.3143.63133.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.08%
GREEN value IS 115 (45.31% from 255) = 28.82%
BLUE value IS 152 (59.77% from 255) = 38.10%
R=33.08%
G=28.82%
B=38.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1321151520.130.2400.40267.5715.2352.35
Hex847398D1802810cf34
Octal20416323015300504141764
Binary1000010011100111001100011011100001010001000011001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847398; }

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

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

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

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

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

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

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

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