#8684AB

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

Shades of Grey Suit #8684AB

Tints of Grey Suit #8684AB

Color information

#8684AB (or 0x8684AB) is unknown color: approx Grey Suit. HEX triplet: 86, 84 and AB. RGB value is (134,132,171). Sum of RGB (Red+Green+Blue) = 134+132+171=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #8684AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8684AB is #797B54. Grayscale: #888888. Windows color (decimal): -7961429 or 11240582. OLE color: 11240582.

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

Color convert

RGB134132171-
CMYK0.220.2300.33
HSL243.08º18.84%59.41%-
HSV(B)243.08º22.81%67.06%-
XYZ25.4324.5141.92-
YUV137.04147.16125.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.66%
GREEN value IS 132 (51.95% from 255) = 30.21%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=30.66%
G=30.21%
B=39.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341321710.220.2300.33243.0818.8459.41
Hex8684AB1617021f3133b
Octal20620425326270413632373
Binary100001101000010010101011101101011101000011111001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8684AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,132,171); }

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

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

 a { background-color: rgb(134,132,171); }

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

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

 span { border-color: rgb(134,132,171); }

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