Html Css Color HEX #88789B Deluge

📋 copy color: '#88789B'

red 136 ◦ green 120 ◦ blue 155

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

Shades of Deluge #88789B

Tints of Deluge #88789B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.2%

 BLUE value IS 155 (60.94% from 255) = 37.71%

R = 33.09%
G = 29.2%
B = 37.71%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88789B (or 0x88789B) is known color: Deluge. HEX triplet: 88, 78 and 9B. RGB value is (136,120,155). Sum of RGB (Red+Green+Blue) = 136+120+155=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 155 - color contains mainly: blue. Hex color #88789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88789B is #778764. Grayscale: #808080. Windows color (decimal): -7833445 or 10188936. OLE color: 10188936.

HSL color Cylindrical-coordinate representation of color #88789B: hue angle of 267.43º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88789B is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 120 155 -
CMYK 0.12 0.23 0 0.39
HSL 267.43º 0.15% 0.54% -
HSV(B) 267.43º 0.23% 0.61% -
XYZ 22.79 21.03 33.87 -
YUV 128.77 142.8 133.15 -
System Red Green Blue C M Y K H S L
Decimal 136 120 155 0.12 0.23 0 0.39 267.43 0.15 0.54
Hex 88 78 9B C 17 0 27 10B F 36
Octal 210 170 233 14 27 0 47 413 17 66
Binary 10001000 1111000 10011011 1100 10111 0 100111 100001011 1111 110110

Color Harmonies of #88789B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88789B

Black with #88789B

Text Example


Text Example

White with #88789B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88789B; }

 p { color: rgb(136,120,155); }

 H1.HeaderClassName
 {
   color: #88789B;
 }
 .AnyTagClassName
 {
   color: #88789B;
 }
</style>

background-color css

<style>
 a { background-color: #88789B; }

 a { background-color: rgb(136,120,155); }

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

border-color css

<style>
 span { border-color: #88789B; }

 span { border-color: rgb(136,120,155); }

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