#888099

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

Shades of Deluge #888099

Tints of Deluge #888099

Color information

#888099 (or 0x888099) is unknown color: approx Deluge. HEX triplet: 88, 80 and 99. RGB value is (136,128,153). Sum of RGB (Red+Green+Blue) = 136+128+153=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 153 - color contains mainly: blue. Hex color #888099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888099 is #777F66. Grayscale: #858585. Windows color (decimal): -7831399 or 10059912. OLE color: 10059912.

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

Color convert

RGB136128153-
CMYK0.110.1600.4
HSL259.2º10.92%55.1%-
HSV(B)259.2º16.34%60%-
XYZ23.6222.9733.33-
YUV133.24139.15129.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.61%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 153 (60.16% from 255) = 36.69%
R=32.61%
G=30.70%
B=36.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1361281530.110.1600.4259.210.9255.1
Hex888099B10028103b37
Octal21020023113200504031367
Binary10001000100000001001100110111000001010001000000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888099; }

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

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

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

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

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

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

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

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