#848095

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

Shades of Deluge #848095

Tints of Deluge #848095

Color information

#848095 (or 0x848095) is unknown color: approx Deluge. HEX triplet: 84, 80 and 95. RGB value is (132,128,149). Sum of RGB (Red+Green+Blue) = 132+128+149=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 149 - color contains mainly: blue. Hex color #848095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848095 is #7B7F6A. Grayscale: #838383. Windows color (decimal): -8093547 or 9797764. OLE color: 9797764.

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

Color convert

RGB132128149-
CMYK0.110.1400.42
HSL251.43º9.01%54.31%-
HSV(B)251.43º14.09%58.43%-
XYZ22.6622.5131.59-
YUV131.59137.83128.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.27%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=32.27%
G=31.30%
B=36.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321281490.110.1400.42251.439.0154.31
Hex848095BE02Afb936
Octal20420022513160523731166
Binary100001001000000010010101101111100101010111110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848095; }

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

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

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

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

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

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

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

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