#8B948D

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

Shades of Envy #8B948D

Tints of Envy #8B948D

Color information

#8B948D (or 0x8B948D) is unknown color: approx Envy. HEX triplet: 8B, 94 and 8D. RGB value is (139,148,141). Sum of RGB (Red+Green+Blue) = 139+148+141=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 148 - color contains mainly: green. Hex color #8B948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B948D is #746B72. Grayscale: #909090. Windows color (decimal): -7629683 or 9278603. OLE color: 9278603.

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

Color convert

RGB139148141-
CMYK0.0600.050.42
HSL133.33º4.04%56.27%-
HSV(B)133.33º6.08%58.04%-
XYZ26.0528.5929.35-
YUV144.51126.02124.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.48%
GREEN value IS 148 (58.20% from 255) = 34.58%
BLUE value IS 141 (55.47% from 255) = 32.94%
R=32.48%
G=34.58%
B=32.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391481410.0600.050.42133.334.0456.27
Hex8B948D6052A85438
Octal21322421560552205470
Binary100010111001010010001101110010110101010000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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