#8B8AAB

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

Shades of Grey Suit #8B8AAB

Tints of Grey Suit #8B8AAB

Color information

#8B8AAB (or 0x8B8AAB) is unknown color: approx Grey Suit. HEX triplet: 8B, 8A and AB. RGB value is (139,138,171). Sum of RGB (Red+Green+Blue) = 139+138+171=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B8AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8AAB is #747554. Grayscale: #8D8D8D. Windows color (decimal): -7632213 or 11242123. OLE color: 11242123.

HSL color Cylindrical-coordinate representation of color #8B8AAB: hue angle of 241.82º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B8AAB is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB139138171-
CMYK0.190.1900.33
HSL241.82º16.42%60.59%-
HSV(B)241.82º19.3%67.06%-
XYZ27.0926.6142.24-
YUV142.06144.33125.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.03%
GREEN value IS 138 (54.30% from 255) = 30.80%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=31.03%
G=30.80%
B=38.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391381710.190.1900.33241.8216.4260.59
Hex8B8AAB1313021f2103d
Octal21321225323230413622075
Binary100010111000101010101011100111001101000011111001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,138,171); }

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

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

 a { background-color: rgb(139,138,171); }

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

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

 span { border-color: rgb(139,138,171); }

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