Html Css Color HEX #88759D Deluge

📋 copy color: '#88759D'

red 136 ◦ green 117 ◦ blue 157

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

Shades of Deluge #88759D

Tints of Deluge #88759D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.54%

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

R = 33.17%
G = 28.54%
B = 38.29%

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

#88759D (or 0x88759D) is known color: Deluge. HEX triplet: 88, 75 and 9D. RGB value is (136,117,157). Sum of RGB (Red+Green+Blue) = 136+117+157=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #88759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88759D is #778A62. Grayscale: #7F7F7F. Windows color (decimal): -7834211 or 10319240. OLE color: 10319240.

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

Color convert

RGB 136 117 157 -
CMYK 0.13 0.25 0 0.38
HSL 268.5º 0.17% 0.54% -
HSV(B) 268.5º 0.25% 0.62% -
XYZ 22.6 20.39 34.64 -
YUV 127.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 136 117 157 0.13 0.25 0 0.38 268.5 0.17 0.54
Hex 88 75 9D D 19 0 26 10C 11 36
Octal 210 165 235 15 31 0 46 414 21 66
Binary 10001000 1110101 10011101 1101 11001 0 100110 100001100 10001 110110

Color Harmonies of #88759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88759D

Black with #88759D

Text Example


Text Example

White with #88759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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