Html Css Color HEX #88729F Deluge

📋 copy color: '#88729F'

red 136 ◦ green 114 ◦ blue 159

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

Shades of Deluge #88729F

Tints of Deluge #88729F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.87%

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

R = 33.25%
G = 27.87%
B = 38.88%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88729F (or 0x88729F) is known color: Deluge. HEX triplet: 88, 72 and 9F. RGB value is (136,114,159). Sum of RGB (Red+Green+Blue) = 136+114+159=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #88729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88729F is #778D60. Grayscale: #7D7D7D. Windows color (decimal): -7834977 or 10449544. OLE color: 10449544.

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

Color convert

RGB 136 114 159 -
CMYK 0.14 0.28 0 0.38
HSL 269.33º 0.19% 0.54% -
HSV(B) 269.33º 0.28% 0.62% -
XYZ 22.43 19.77 35.44 -
YUV 125.71 146.79 135.34 -
System Red Green Blue C M Y K H S L
Decimal 136 114 159 0.14 0.28 0 0.38 269.33 0.19 0.54
Hex 88 72 9F E 1C 0 26 10D 13 36
Octal 210 162 237 16 34 0 46 415 23 66
Binary 10001000 1110010 10011111 1110 11100 0 100110 100001101 10011 110110

Color Harmonies of #88729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88729F

Black with #88729F

Text Example


Text Example

White with #88729F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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