#8A8696

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

Shades of Grey Suit #8A8696

Tints of Grey Suit #8A8696

Color information

#8A8696 (or 0x8A8696) is unknown color: approx Grey Suit. HEX triplet: 8A, 86 and 96. RGB value is (138,134,150). Sum of RGB (Red+Green+Blue) = 138+134+150=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 150 - color contains mainly: blue. Hex color #8A8696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8696 is #757969. Grayscale: #888888. Windows color (decimal): -7698794 or 9864842. OLE color: 9864842.

HSL color Cylindrical-coordinate representation of color #8A8696: hue angle of 255º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A8696 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB138134150-
CMYK0.080.1100.41
HSL255º7.08%55.69%-
HSV(B)255º10.67%58.82%-
XYZ24.5124.6632.32-
YUV137.02135.33128.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.70%
GREEN value IS 134 (52.73% from 255) = 31.75%
BLUE value IS 150 (58.98% from 255) = 35.55%
R=32.70%
G=31.75%
B=35.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1381341500.080.1100.412557.0855.69
Hex8A86968B029ff738
Octal2122062261013051377770
Binary10001010100001101001011010001011010100111111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A8696; }

 p { color: rgb(138,134,150); }

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

<style>
 a { background-color: #8A8696; }

 a { background-color: rgb(138,134,150); }

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

<style>
 span { border-color: #8A8696; }

 span { border-color: rgb(138,134,150); }

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