Html Css Color HEX #88779F Deluge

📋 copy color: '#88779F'

red 136 ◦ green 119 ◦ blue 159

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

Shades of Deluge #88779F

Tints of Deluge #88779F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.74%

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

R = 32.85%
G = 28.74%
B = 38.41%

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

#88779F (or 0x88779F) is known color: Deluge. HEX triplet: 88, 77 and 9F. RGB value is (136,119,159). Sum of RGB (Red+Green+Blue) = 136+119+159=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 159 - color contains mainly: blue. Hex color #88779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88779F is #778860. Grayscale: #808080. Windows color (decimal): -7833697 or 10450824. OLE color: 10450824.

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

Color convert

RGB 136 119 159 -
CMYK 0.14 0.25 0 0.38
HSL 265.5º 0.17% 0.55% -
HSV(B) 265.5º 0.25% 0.62% -
XYZ 23.01 20.93 35.63 -
YUV 128.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 136 119 159 0.14 0.25 0 0.38 265.5 0.17 0.55
Hex 88 77 9F E 19 0 26 10A 11 37
Octal 210 167 237 16 31 0 46 412 21 67
Binary 10001000 1110111 10011111 1110 11001 0 100110 100001010 10001 110111

Color Harmonies of #88779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88779F

Black with #88779F

Text Example


Text Example

White with #88779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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