#888198

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

Shades of Deluge #888198

Tints of Deluge #888198

Color information

#888198 (or 0x888198) is unknown color: approx Deluge. HEX triplet: 88, 81 and 98. RGB value is (136,129,152). Sum of RGB (Red+Green+Blue) = 136+129+152=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 152 - color contains mainly: blue. Hex color #888198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888198 is #777E67. Grayscale: #858585. Windows color (decimal): -7831144 or 9994632. OLE color: 9994632.

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

Color convert

RGB136129152-
CMYK0.110.1500.40
HSL258.26º10.04%55.1%-
HSV(B)258.26º15.13%59.61%-
XYZ23.6723.232.94-
YUV133.72138.32129.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.61%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=32.61%
G=30.94%
B=36.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1361291520.110.1500.40258.2610.0455.1
Hex888198BF028102a37
Octal21020123013170504021267
Binary1000100010000001100110001011111101010001000000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888198; }

 p { color: rgb(136,129,152); }

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

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

 a { background-color: rgb(136,129,152); }

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

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

 span { border-color: rgb(136,129,152); }

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