Html Css Color HEX #88799B Deluge

📋 copy color: '#88799B'

red 136 ◦ green 121 ◦ blue 155

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

Shades of Deluge #88799B

Tints of Deluge #88799B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.62%

R = 33.01%
G = 29.37%
B = 37.62%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88799B (or 0x88799B) is known color: Deluge. HEX triplet: 88, 79 and 9B. RGB value is (136,121,155). Sum of RGB (Red+Green+Blue) = 136+121+155=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #88799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88799B is #778664. Grayscale: #818181. Windows color (decimal): -7833189 or 10189192. OLE color: 10189192.

HSL color Cylindrical-coordinate representation of color #88799B: hue angle of 266.47º 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 #88799B is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 121 155 -
CMYK 0.12 0.22 0 0.39
HSL 266.47º 0.15% 0.54% -
HSV(B) 266.47º 0.22% 0.61% -
XYZ 22.91 21.28 33.91 -
YUV 129.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 136 121 155 0.12 0.22 0 0.39 266.47 0.15 0.54
Hex 88 79 9B C 16 0 27 10A F 36
Octal 210 171 233 14 26 0 47 412 17 66
Binary 10001000 1111001 10011011 1100 10110 0 100111 100001010 1111 110110

Color Harmonies of #88799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88799B

Black with #88799B

Text Example


Text Example

White with #88799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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