Html Css Color HEX #88799C Deluge

📋 copy color: '#88799C'

red 136 ◦ green 121 ◦ blue 156

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

Shades of Deluge #88799C

Tints of Deluge #88799C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.3%

 BLUE value IS 156 (61.33% from 255) = 37.77%

R = 32.93%
G = 29.3%
B = 37.77%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88799C (or 0x88799C) is known color: Deluge. HEX triplet: 88, 79 and 9C. RGB value is (136,121,156). Sum of RGB (Red+Green+Blue) = 136+121+156=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: blue. Hex color #88799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88799C is #778663. Grayscale: #818181. Windows color (decimal): -7833188 or 10254728. OLE color: 10254728.

HSL color Cylindrical-coordinate representation of color #88799C: hue angle of 265.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88799C is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 121 156 -
CMYK 0.13 0.22 0 0.39
HSL 265.71º 0.15% 0.54% -
HSV(B) 265.71º 0.22% 0.61% -
XYZ 22.99 21.31 34.35 -
YUV 129.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 136 121 156 0.13 0.22 0 0.39 265.71 0.15 0.54
Hex 88 79 9C D 16 0 27 10A F 36
Octal 210 171 234 15 26 0 47 412 17 66
Binary 10001000 1111001 10011100 1101 10110 0 100111 100001010 1111 110110

Color Harmonies of #88799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88799C

Black with #88799C

Text Example


Text Example

White with #88799C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88799C; }

 p { color: rgb(136,121,156); }

 H1.HeaderClassName
 {
   color: #88799C;
 }
 .AnyTagClassName
 {
   color: #88799C;
 }
</style>

background-color css

<style>
 a { background-color: #88799C; }

 a { background-color: rgb(136,121,156); }

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

border-color css

<style>
 span { border-color: #88799C; }

 span { border-color: rgb(136,121,156); }

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