Html Css Color HEX #88789F Deluge

📋 copy color: '#88789F'

red 136 ◦ green 120 ◦ blue 159

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

Shades of Deluge #88789F

Tints of Deluge #88789F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.31%

R = 32.77%
G = 28.92%
B = 38.31%

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

#88789F (or 0x88789F) is known color: Deluge. HEX triplet: 88, 78 and 9F. RGB value is (136,120,159). Sum of RGB (Red+Green+Blue) = 136+120+159=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 159 - color contains mainly: blue. Hex color #88789F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88789F is #778760. Grayscale: #818181. Windows color (decimal): -7833441 or 10451080. OLE color: 10451080.

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

Color convert

RGB 136 120 159 -
CMYK 0.14 0.25 0 0.38
HSL 264.62º 0.17% 0.55% -
HSV(B) 264.62º 0.25% 0.62% -
XYZ 23.13 21.17 35.67 -
YUV 129.23 144.8 132.83 -
System Red Green Blue C M Y K H S L
Decimal 136 120 159 0.14 0.25 0 0.38 264.62 0.17 0.55
Hex 88 78 9F E 19 0 26 109 11 37
Octal 210 170 237 16 31 0 46 411 21 67
Binary 10001000 1111000 10011111 1110 11001 0 100110 100001001 10001 110111

Color Harmonies of #88789F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88789F

Black with #88789F

Text Example


Text Example

White with #88789F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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