#848098

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

Shades of Deluge #848098

Tints of Deluge #848098

Color information

#848098 (or 0x848098) is unknown color: approx Deluge. HEX triplet: 84, 80 and 98. RGB value is (132,128,152). Sum of RGB (Red+Green+Blue) = 132+128+152=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 152 - color contains mainly: blue. Hex color #848098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848098 is #7B7F67. Grayscale: #838383. Windows color (decimal): -8093544 or 9994372. OLE color: 9994372.

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

Color convert

RGB132128152-
CMYK0.130.1600.40
HSL250º10.43%54.9%-
HSV(B)250º15.79%59.61%-
XYZ22.922.6132.86-
YUV131.93139.33128.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.04%
GREEN value IS 128 (50.39% from 255) = 31.07%
BLUE value IS 152 (59.77% from 255) = 36.89%
R=32.04%
G=31.07%
B=36.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1321281520.130.1600.4025010.4354.9
Hex848098D10028faa37
Octal20420023015200503721267
Binary1000010010000000100110001101100000101000111110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848098; }

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

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

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

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

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

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

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

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