#8B8794

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

Shades of Grey Suit #8B8794

Tints of Grey Suit #8B8794

Color information

#8B8794 (or 0x8B8794) is unknown color: approx Grey Suit. HEX triplet: 8B, 87 and 94. RGB value is (139,135,148). Sum of RGB (Red+Green+Blue) = 139+135+148=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B8794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8794 is #74786B. Grayscale: #898989. Windows color (decimal): -7633004 or 9734027. OLE color: 9734027.

HSL color Cylindrical-coordinate representation of color #8B8794: hue angle of 258.46º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B8794 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB139135148-
CMYK0.060.0900.42
HSL258.46º5.73%55.49%-
HSV(B)258.46º8.78%58.04%-
XYZ24.6624.9631.53-
YUV137.68133.83128.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.94%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=32.94%
G=31.99%
B=35.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391351480.060.0900.42258.465.7355.49
Hex8B87946902A102637
Octal213207224611052402667
Binary10001011100001111001010011010010101010100000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,135,148); }

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

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

 a { background-color: rgb(139,135,148); }

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

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

 span { border-color: rgb(139,135,148); }

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