#847098

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

Shades of Deluge #847098

Tints of Deluge #847098

Color information

#847098 (or 0x847098) is unknown color: approx Deluge. HEX triplet: 84, 70 and 98. RGB value is (132,112,152). Sum of RGB (Red+Green+Blue) = 132+112+152=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 152 - color contains mainly: blue. Hex color #847098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847098 is #7B8F67. Grayscale: #7A7A7A. Windows color (decimal): -8097640 or 9990276. OLE color: 9990276.

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

Color convert

RGB132112152-
CMYK0.130.2600.40
HSL270º16.26%51.76%-
HSV(B)270º26.32%59.61%-
XYZ20.9818.7632.22-
YUV122.54144.63134.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.33%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 152 (59.77% from 255) = 38.38%
R=33.33%
G=28.28%
B=38.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1321121520.130.2600.4027016.2651.76
Hex847098D1A02810e1034
Octal20416023015320504162064
Binary10000100111000010011000110111010010100010000111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847098; }

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

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

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

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

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

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

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

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