Html Css Color HEX #88799E Deluge

📋 copy color: '#88799E'

red 136 ◦ green 121 ◦ blue 158

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

Shades of Deluge #88799E

Tints of Deluge #88799E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.07%

R = 32.77%
G = 29.16%
B = 38.07%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88799E (or 0x88799E) is known color: Deluge. HEX triplet: 88, 79 and 9E. RGB value is (136,121,158). Sum of RGB (Red+Green+Blue) = 136+121+158=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 158 - color contains mainly: blue. Hex color #88799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88799E is #778661. Grayscale: #818181. Windows color (decimal): -7833186 or 10385800. OLE color: 10385800.

HSL color Cylindrical-coordinate representation of color #88799E: hue angle of 264.32º 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 #88799E is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 121 158 -
CMYK 0.14 0.23 0 0.38
HSL 264.32º 0.16% 0.55% -
HSV(B) 264.32º 0.23% 0.62% -
XYZ 23.16 21.38 35.25 -
YUV 129.7 143.97 132.49 -
System Red Green Blue C M Y K H S L
Decimal 136 121 158 0.14 0.23 0 0.38 264.32 0.16 0.55
Hex 88 79 9E E 17 0 26 108 10 37
Octal 210 171 236 16 27 0 46 410 20 67
Binary 10001000 1111001 10011110 1110 10111 0 100110 100001000 10000 110111

Color Harmonies of #88799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88799E

Black with #88799E

Text Example


Text Example

White with #88799E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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