Html Css Color HEX #88799D Deluge

📋 copy color: '#88799D'

red 136 ◦ green 121 ◦ blue 157

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

Shades of Deluge #88799D

Tints of Deluge #88799D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.23%

 BLUE value IS 157 (61.72% from 255) = 37.92%

R = 32.85%
G = 29.23%
B = 37.92%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88799D (or 0x88799D) is known color: Deluge. HEX triplet: 88, 79 and 9D. RGB value is (136,121,157). Sum of RGB (Red+Green+Blue) = 136+121+157=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #88799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88799D is #778662. Grayscale: #818181. Windows color (decimal): -7833187 or 10320264. OLE color: 10320264.

HSL color Cylindrical-coordinate representation of color #88799D: hue angle of 265º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88799D is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 121 157 -
CMYK 0.13 0.23 0 0.38
HSL 265º 0.16% 0.55% -
HSV(B) 265º 0.23% 0.62% -
XYZ 23.08 21.34 34.8 -
YUV 129.59 143.47 132.57 -
System Red Green Blue C M Y K H S L
Decimal 136 121 157 0.13 0.23 0 0.38 265 0.16 0.55
Hex 88 79 9D D 17 0 26 109 10 37
Octal 210 171 235 15 27 0 46 411 20 67
Binary 10001000 1111001 10011101 1101 10111 0 100110 100001001 10000 110111

Color Harmonies of #88799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88799D

Black with #88799D

Text Example


Text Example

White with #88799D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88799D; }

 p { color: rgb(136,121,157); }

 H1.HeaderClassName
 {
   color: #88799D;
 }
 .AnyTagClassName
 {
   color: #88799D;
 }
</style>

background-color css

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

 a { background-color: rgb(136,121,157); }

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

border-color css

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

 span { border-color: rgb(136,121,157); }

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