Html Css Color HEX #88809C Deluge

📋 copy color: '#88809C'

red 136 ◦ green 128 ◦ blue 156

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

Shades of Deluge #88809C

Tints of Deluge #88809C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.14%

R = 32.38%
G = 30.48%
B = 37.14%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88809C (or 0x88809C) is known color: Deluge. HEX triplet: 88, 80 and 9C. RGB value is (136,128,156). Sum of RGB (Red+Green+Blue) = 136+128+156=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 156 - color contains mainly: blue. Hex color #88809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88809C is #777F63. Grayscale: #858585. Windows color (decimal): -7831396 or 10256520. OLE color: 10256520.

HSL color Cylindrical-coordinate representation of color #88809C: hue angle of 257.14º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88809C is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 128 156 -
CMYK 0.13 0.18 0 0.39
HSL 257.14º 0.12% 0.56% -
HSV(B) 257.14º 0.18% 0.61% -
XYZ 23.87 23.07 34.65 -
YUV 133.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 136 128 156 0.13 0.18 0 0.39 257.14 0.12 0.56
Hex 88 80 9C D 12 0 27 101 C 38
Octal 210 200 234 15 22 0 47 401 14 70
Binary 10001000 10000000 10011100 1101 10010 0 100111 100000001 1100 111000

Color Harmonies of #88809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88809C

Black with #88809C

Text Example


Text Example

White with #88809C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88809C; }

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

 H1.HeaderClassName
 {
   color: #88809C;
 }
 .AnyTagClassName
 {
   color: #88809C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #88809C;
 }
 .BgClassName
 {
   background-color: #88809C;
 }
</style>

border-color css

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

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

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