Html Css Color HEX #88829F Grey Suit

📋 copy color: '#88829F'

red 136 ◦ green 130 ◦ blue 159

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

Shades of Grey Suit #88829F

Tints of Grey Suit #88829F

RGB

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

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

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

R = 32%
G = 30.59%
B = 37.41%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88829F (or 0x88829F) is known color: Grey Suit. HEX triplet: 88, 82 and 9F. RGB value is (136,130,159). Sum of RGB (Red+Green+Blue) = 136+130+159=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 159 - color contains mainly: blue. Hex color #88829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88829F is #777D60. Grayscale: #868686. Windows color (decimal): -7830881 or 10453640. OLE color: 10453640.

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

Color convert

RGB 136 130 159 -
CMYK 0.14 0.18 0 0.38
HSL 252.41º 0.13% 0.57% -
HSV(B) 252.41º 0.18% 0.62% -
XYZ 24.39 23.7 36.09 -
YUV 135.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 136 130 159 0.14 0.18 0 0.38 252.41 0.13 0.57
Hex 88 82 9F E 12 0 26 FC D 39
Octal 210 202 237 16 22 0 46 374 15 71
Binary 10001000 10000010 10011111 1110 10010 0 100110 11111100 1101 111001

Color Harmonies of #88829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88829F

Black with #88829F

Text Example


Text Example

White with #88829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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