Html Css Color HEX #88789E Deluge

📋 copy color: '#88789E'

red 136 ◦ green 120 ◦ blue 158

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

Shades of Deluge #88789E

Tints of Deluge #88789E

RGB

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

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

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

R = 32.85%
G = 28.99%
B = 38.16%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88789E (or 0x88789E) is known color: Deluge. HEX triplet: 88, 78 and 9E. RGB value is (136,120,158). Sum of RGB (Red+Green+Blue) = 136+120+158=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #88789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88789E is #778761. Grayscale: #808080. Windows color (decimal): -7833442 or 10385544. OLE color: 10385544.

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

Color convert

RGB 136 120 158 -
CMYK 0.14 0.24 0 0.38
HSL 265.26º 0.16% 0.55% -
HSV(B) 265.26º 0.24% 0.62% -
XYZ 23.04 21.14 35.21 -
YUV 129.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 136 120 158 0.14 0.24 0 0.38 265.26 0.16 0.55
Hex 88 78 9E E 18 0 26 109 10 37
Octal 210 170 236 16 30 0 46 411 20 67
Binary 10001000 1111000 10011110 1110 11000 0 100110 100001001 10000 110111

Color Harmonies of #88789E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88789E

Black with #88789E

Text Example


Text Example

White with #88789E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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