#8782A9

Color #8782A9 Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #8782A9

Tints of Grey Suit #8782A9

Color information

#8782A9 (or 0x8782A9) is unknown color: approx Grey Suit. HEX triplet: 87, 82 and A9. RGB value is (135,130,169). Sum of RGB (Red+Green+Blue) = 135+130+169=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 169 (66.41% from 255 or 38.94% from 434); Max value from RGB is 169 - color contains mainly: blue. Hex color #8782A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8782A9 is #787D56. Grayscale: #878787. Windows color (decimal): -7896407 or 11108999. OLE color: 11108999.

HSL color Cylindrical-coordinate representation of color #8782A9: hue angle of 247.69º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8782A9 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB135130169-
CMYK0.200.2300.34
HSL247.69º18.48%58.63%-
HSV(B)247.69º23.08%66.27%-
XYZ25.1423.9840.84-
YUV135.94146.66127.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.11%
GREEN value IS 130 (51.17% from 255) = 29.95%
BLUE value IS 169 (66.41% from 255) = 38.94%
R=31.11%
G=29.95%
B=38.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1351301690.200.2300.34247.6918.4858.63
Hex8782A91417022f8123b
Octal20720225124270423702273
Binary100001111000001010101001101001011101000101111100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8782A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8782A9; }

 p { color: rgb(135,130,169); }

 H1.HeaderClassName
 {
   color: #8782A9;
 }
 .AnyTagClassName
 {
   color: #8782A9;
 }
</style>
background-color css

<style>
 a { background-color: #8782A9; }

 a { background-color: rgb(135,130,169); }

 div.DivClassName
 {
   background-color: #8782A9;
 }
 .BgClassName
 {
   background-color: #8782A9;
 }
</style>
border-color css

<style>
 span { border-color: #8782A9; }

 span { border-color: rgb(135,130,169); }

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