#8B85A2

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

Shades of Grey Suit #8B85A2

Tints of Grey Suit #8B85A2

Color information

#8B85A2 (or 0x8B85A2) is unknown color: approx Grey Suit. HEX triplet: 8B, 85 and A2. RGB value is (139,133,162). Sum of RGB (Red+Green+Blue) = 139+133+162=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 162 - color contains mainly: blue. Hex color #8B85A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B85A2 is #747A5D. Grayscale: #898989. Windows color (decimal): -7633502 or 10651019. OLE color: 10651019.

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

Color convert

RGB139133162-
CMYK0.140.1800.36
HSL252.41º13.49%57.84%-
HSV(B)252.41º17.9%63.53%-
XYZ25.5624.8737.64-
YUV138.1141.49128.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.03%
GREEN value IS 133 (52.34% from 255) = 30.65%
BLUE value IS 162 (63.67% from 255) = 37.33%
R=32.03%
G=30.65%
B=37.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391331620.140.1800.36252.4113.4957.84
Hex8B85A2E12024fcd3a
Octal21320524216220443741572
Binary1000101110000101101000101110100100100100111111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B85A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,133,162); }

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

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

 a { background-color: rgb(139,133,162); }

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

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

 span { border-color: rgb(139,133,162); }

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