Html Css Color HEX #88769E Deluge

📋 copy color: '#88769E'

red 136 ◦ green 118 ◦ blue 158

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

Shades of Deluge #88769E

Tints of Deluge #88769E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.64%

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

R = 33.01%
G = 28.64%
B = 38.35%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88769E (or 0x88769E) is known color: Deluge. HEX triplet: 88, 76 and 9E. RGB value is (136,118,158). Sum of RGB (Red+Green+Blue) = 136+118+158=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #88769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88769E is #778961. Grayscale: #7F7F7F. Windows color (decimal): -7833954 or 10385032. OLE color: 10385032.

HSL color Cylindrical-coordinate representation of color #88769E: hue angle of 267º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #88769E is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 118 158 -
CMYK 0.14 0.25 0 0.38
HSL 267º 0.17% 0.54% -
HSV(B) 267º 0.25% 0.62% -
XYZ 22.8 20.66 35.13 -
YUV 127.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 136 118 158 0.14 0.25 0 0.38 267 0.17 0.54
Hex 88 76 9E E 19 0 26 10B 11 36
Octal 210 166 236 16 31 0 46 413 21 66
Binary 10001000 1110110 10011110 1110 11001 0 100110 100001011 10001 110110

Color Harmonies of #88769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88769E

Black with #88769E

Text Example


Text Example

White with #88769E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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