Html Css Color HEX #8882A5 Grey Suit

📋 copy color: '#8882A5'

red 136 ◦ green 130 ◦ blue 165

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

Shades of Grey Suit #8882A5

Tints of Grey Suit #8882A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.28%

R = 31.55%
G = 30.16%
B = 38.28%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8882A5 (or 0x8882A5) is known color: Grey Suit. HEX triplet: 88, 82 and A5. RGB value is (136,130,165). Sum of RGB (Red+Green+Blue) = 136+130+165=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 165 - color contains mainly: blue. Hex color #8882A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8882A5 is #777D5A. Grayscale: #878787. Windows color (decimal): -7830875 or 10846856. OLE color: 10846856.

HSL color Cylindrical-coordinate representation of color #8882A5: hue angle of 250.29º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8882A5 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 136 130 165 -
CMYK 0.18 0.21 0 0.35
HSL 250.29º 0.16% 0.58% -
HSV(B) 250.29º 0.21% 0.65% -
XYZ 24.93 23.92 38.9 -
YUV 135.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 136 130 165 0.18 0.21 0 0.35 250.29 0.16 0.58
Hex 88 82 A5 12 15 0 23 FA 10 3A
Octal 210 202 245 22 25 0 43 372 20 72
Binary 10001000 10000010 10100101 10010 10101 0 100011 11111010 10000 111010

Color Harmonies of #8882A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8882A5

Black with #8882A5

Text Example


Text Example

White with #8882A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8882A5; }

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

 H1.HeaderClassName
 {
   color: #8882A5;
 }
 .AnyTagClassName
 {
   color: #8882A5;
 }
</style>

background-color css

<style>
 a { background-color: #8882A5; }

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

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

border-color css

<style>
 span { border-color: #8882A5; }

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

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