Html Css Color HEX #88829D Deluge

📋 copy color: '#88829D'

red 136 ◦ green 130 ◦ blue 157

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

Shades of Deluge #88829D

Tints of Deluge #88829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.73%

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

R = 32.15%
G = 30.73%
B = 37.12%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88829D (or 0x88829D) is known color: Deluge. HEX triplet: 88, 82 and 9D. RGB value is (136,130,157). Sum of RGB (Red+Green+Blue) = 136+130+157=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 157 - color contains mainly: blue. Hex color #88829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88829D is #777D62. Grayscale: #868686. Windows color (decimal): -7830883 or 10322568. OLE color: 10322568.

HSL color Cylindrical-coordinate representation of color #88829D: hue angle of 253.33º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #88829D is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 130 157 -
CMYK 0.13 0.17 0 0.38
HSL 253.33º 0.12% 0.56% -
HSV(B) 253.33º 0.17% 0.62% -
XYZ 24.22 23.63 35.18 -
YUV 134.87 140.49 128.8 -
System Red Green Blue C M Y K H S L
Decimal 136 130 157 0.13 0.17 0 0.38 253.33 0.12 0.56
Hex 88 82 9D D 11 0 26 FD C 38
Octal 210 202 235 15 21 0 46 375 14 70
Binary 10001000 10000010 10011101 1101 10001 0 100110 11111101 1100 111000

Color Harmonies of #88829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88829D

Black with #88829D

Text Example


Text Example

White with #88829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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