Html Css Color HEX #88829B Deluge

📋 copy color: '#88829B'

red 136 ◦ green 130 ◦ blue 155

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

Shades of Deluge #88829B

Tints of Deluge #88829B

RGB

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

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

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

R = 32.3%
G = 30.88%
B = 36.82%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88829B (or 0x88829B) is known color: Deluge. HEX triplet: 88, 82 and 9B. RGB value is (136,130,155). Sum of RGB (Red+Green+Blue) = 136+130+155=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 155 - color contains mainly: blue. Hex color #88829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88829B is #777D64. Grayscale: #868686. Windows color (decimal): -7830885 or 10191496. OLE color: 10191496.

HSL color Cylindrical-coordinate representation of color #88829B: hue angle of 254.4º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88829B is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 130 155 -
CMYK 0.12 0.16 0 0.39
HSL 254.4º 0.11% 0.56% -
HSV(B) 254.4º 0.16% 0.61% -
XYZ 24.05 23.57 34.29 -
YUV 134.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 136 130 155 0.12 0.16 0 0.39 254.4 0.11 0.56
Hex 88 82 9B C 10 0 27 FE B 38
Octal 210 202 233 14 20 0 47 376 13 70
Binary 10001000 10000010 10011011 1100 10000 0 100111 11111110 1011 111000

Color Harmonies of #88829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88829B

Black with #88829B

Text Example


Text Example

White with #88829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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