#8782AB

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

Shades of Grey Suit #8782AB

Tints of Grey Suit #8782AB

Color information

#8782AB (or 0x8782AB) is unknown color: approx Grey Suit. HEX triplet: 87, 82 and AB. RGB value is (135,130,171). Sum of RGB (Red+Green+Blue) = 135+130+171=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #8782AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8782AB is #787D54. Grayscale: #888888. Windows color (decimal): -7896405 or 11240071. OLE color: 11240071.

HSL color Cylindrical-coordinate representation of color #8782AB: hue angle of 247.32º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8782AB is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135130171-
CMYK0.210.2400.33
HSL247.32º19.62%59.02%-
HSV(B)247.32º23.98%67.06%-
XYZ25.3224.0641.84-
YUV136.17147.66127.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.96%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=30.96%
G=29.82%
B=39.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351301710.210.2400.33247.3219.6259.02
Hex8782AB1518021f7143b
Octal20720225325300413672473
Binary100001111000001010101011101011100001000011111011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8782AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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