#848099

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

Shades of Deluge #848099

Tints of Deluge #848099

Color information

#848099 (or 0x848099) is unknown color: approx Deluge. HEX triplet: 84, 80 and 99. RGB value is (132,128,153). Sum of RGB (Red+Green+Blue) = 132+128+153=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 153 - color contains mainly: blue. Hex color #848099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848099 is #7B7F66. Grayscale: #838383. Windows color (decimal): -8093543 or 10059908. OLE color: 10059908.

HSL color Cylindrical-coordinate representation of color #848099: hue angle of 249.6º degrees, saturation: 0.11, 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 #848099 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB132128153-
CMYK0.140.1600.4
HSL249.6º10.92%55.1%-
HSV(B)249.6º16.34%60%-
XYZ22.9822.6433.3-
YUV132.05139.83127.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.96%
GREEN value IS 128 (50.39% from 255) = 30.99%
BLUE value IS 153 (60.16% from 255) = 37.05%
R=31.96%
G=30.99%
B=37.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1321281530.140.1600.4249.610.9255.1
Hex848099E10028fab37
Octal20420023116200503721367
Binary1000010010000000100110011110100000101000111110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848099; }

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

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

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

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

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

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

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

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