#8B8AA0

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

Shades of Grey Suit #8B8AA0

Tints of Grey Suit #8B8AA0

Color information

#8B8AA0 (or 0x8B8AA0) is unknown color: approx Grey Suit. HEX triplet: 8B, 8A and A0. RGB value is (139,138,160). Sum of RGB (Red+Green+Blue) = 139+138+160=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 160 - color contains mainly: blue. Hex color #8B8AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8AA0 is #74755F. Grayscale: #8C8C8C. Windows color (decimal): -7632224 or 10521227. OLE color: 10521227.

HSL color Cylindrical-coordinate representation of color #8B8AA0: hue angle of 242.73º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B8AA0 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB139138160-
CMYK0.130.1400.37
HSL242.73º10.38%58.43%-
HSV(B)242.73º13.75%62.75%-
XYZ26.0826.236.94-
YUV140.81138.83126.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.81%
GREEN value IS 138 (54.30% from 255) = 31.58%
BLUE value IS 160 (62.89% from 255) = 36.61%
R=31.81%
G=31.58%
B=36.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1391381600.130.1400.37242.7310.3858.43
Hex8B8AA0DE025f3a3a
Octal21321224015160453631272
Binary100010111000101010100000110111100100101111100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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