Html Css Color HEX #888099 Deluge

📋 copy color: '#888099'

red 136 ◦ green 128 ◦ blue 153

#888099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #888099

Tints of Deluge #888099

RGB

 RED value IS 136 (53.52% from 255) = 32.61%

 GREEN value IS 128 (50.39% from 255) = 30.7%

 BLUE value IS 153 (60.16% from 255) = 36.69%

R = 32.61%
G = 30.7%
B = 36.69%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#888099 (or 0x888099) is known color: 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

RGB 136 128 153 -
CMYK 0.11 0.16 0 0.4
HSL 259.2º 0.11% 0.55% -
HSV(B) 259.2º 0.16% 0.6% -
XYZ 23.62 22.97 33.33 -
YUV 133.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 136 128 153 0.11 0.16 0 0.4 259.2 0.11 0.55
Hex 88 80 99 B 10 0 28 103 B 37
Octal 210 200 231 13 20 0 50 403 13 67
Binary 10001000 10000000 10011001 1011 10000 0 101000 100000011 1011 110111

Color Harmonies of #888099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888099

Black with #888099

Text Example


Text Example

White with #888099

Text Example


Text Example

HTML Codes & Css Web 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>