Html Css Color HEX #8887AA Grey Suit

📋 copy color: '#8887AA'

red 136 ◦ green 135 ◦ blue 170

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

Shades of Grey Suit #8887AA

Tints of Grey Suit #8887AA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.61%

 BLUE value IS 170 (66.8% from 255) = 38.55%

R = 30.84%
G = 30.61%
B = 38.55%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8887AA (or 0x8887AA) is known color: Grey Suit. HEX triplet: 88, 87 and AA. RGB value is (136,135,170). Sum of RGB (Red+Green+Blue) = 136+135+170=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #8887AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8887AA is #777855. Grayscale: #8B8B8B. Windows color (decimal): -7829590 or 11175816. OLE color: 11175816.

HSL color Cylindrical-coordinate representation of color #8887AA: hue angle of 241.71º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8887AA is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 135 170 -
CMYK 0.20 0.21 0 0.33
HSL 241.71º 0.17% 0.6% -
HSV(B) 241.71º 0.21% 0.67% -
XYZ 26.07 25.46 41.57 -
YUV 139.29 145.33 125.65 -
System Red Green Blue C M Y K H S L
Decimal 136 135 170 0.20 0.21 0 0.33 241.71 0.17 0.6
Hex 88 87 AA 14 15 0 21 F2 11 3C
Octal 210 207 252 24 25 0 41 362 21 74
Binary 10001000 10000111 10101010 10100 10101 0 100001 11110010 10001 111100

Color Harmonies of #8887AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8887AA

Black with #8887AA

Text Example


Text Example

White with #8887AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8887AA; }

 p { color: rgb(136,135,170); }

 H1.HeaderClassName
 {
   color: #8887AA;
 }
 .AnyTagClassName
 {
   color: #8887AA;
 }
</style>

background-color css

<style>
 a { background-color: #8887AA; }

 a { background-color: rgb(136,135,170); }

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

border-color css

<style>
 span { border-color: #8887AA; }

 span { border-color: rgb(136,135,170); }

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