Html Css Color HEX #88769D Deluge

📋 copy color: '#88769D'

red 136 ◦ green 118 ◦ blue 157

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

Shades of Deluge #88769D

Tints of Deluge #88769D

RGB

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

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

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

R = 33.09%
G = 28.71%
B = 38.2%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88769D (or 0x88769D) is known color: Deluge. HEX triplet: 88, 76 and 9D. RGB value is (136,118,157). Sum of RGB (Red+Green+Blue) = 136+118+157=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #88769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88769D is #778962. Grayscale: #7F7F7F. Windows color (decimal): -7833955 or 10319496. OLE color: 10319496.

HSL color Cylindrical-coordinate representation of color #88769D: hue angle of 267.69º 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 #88769D is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 118 157 -
CMYK 0.13 0.25 0 0.38
HSL 267.69º 0.17% 0.54% -
HSV(B) 267.69º 0.25% 0.62% -
XYZ 22.72 20.63 34.68 -
YUV 127.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 136 118 157 0.13 0.25 0 0.38 267.69 0.17 0.54
Hex 88 76 9D D 19 0 26 10C 11 36
Octal 210 166 235 15 31 0 46 414 21 66
Binary 10001000 1110110 10011101 1101 11001 0 100110 100001100 10001 110110

Color Harmonies of #88769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88769D

Black with #88769D

Text Example


Text Example

White with #88769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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