Html Css Color HEX #88759E Deluge

📋 copy color: '#88759E'

red 136 ◦ green 117 ◦ blue 158

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

Shades of Deluge #88759E

Tints of Deluge #88759E

RGB

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

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

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

R = 33.09%
G = 28.47%
B = 38.44%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88759E (or 0x88759E) is known color: Deluge. HEX triplet: 88, 75 and 9E. RGB value is (136,117,158). Sum of RGB (Red+Green+Blue) = 136+117+158=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 158 - color contains mainly: blue. Hex color #88759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88759E is #778A61. Grayscale: #7F7F7F. Windows color (decimal): -7834210 or 10384776. OLE color: 10384776.

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

Color convert

RGB 136 117 158 -
CMYK 0.14 0.26 0 0.38
HSL 267.8º 0.17% 0.54% -
HSV(B) 267.8º 0.26% 0.62% -
XYZ 22.69 20.43 35.09 -
YUV 127.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 136 117 158 0.14 0.26 0 0.38 267.8 0.17 0.54
Hex 88 75 9E E 1A 0 26 10C 11 36
Octal 210 165 236 16 32 0 46 414 21 66
Binary 10001000 1110101 10011110 1110 11010 0 100110 100001100 10001 110110

Color Harmonies of #88759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88759E

Black with #88759E

Text Example


Text Example

White with #88759E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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