#839888

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

Shades of Envy #839888

Tints of Envy #839888

Color information

#839888 (or 0x839888) is unknown color: approx Envy. HEX triplet: 83, 98 and 88. RGB value is (131,152,136). Sum of RGB (Red+Green+Blue) = 131+152+136=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 152 - color contains mainly: green. Hex color #839888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839888 is #7C6777. Grayscale: #8F8F8F. Windows color (decimal): -8152952 or 8951939. OLE color: 8951939.

HSL color Cylindrical-coordinate representation of color #839888: hue angle of 134.29º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #839888 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB131152136-
CMYK0.1400.110.40
HSL134.29º9.25%55.49%-
HSV(B)134.29º13.82%59.61%-
XYZ25.0329.0627.58-
YUV143.9123.54118.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.26%
GREEN value IS 152 (59.77% from 255) = 36.28%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=31.26%
G=36.28%
B=32.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1311521360.1400.110.40134.299.2555.49
Hex839888E0B2886937
Octal20323021016013502061167
Binary100000111001100010001000111001011101000100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839888; }

 p { color: rgb(131,152,136); }

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

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

 a { background-color: rgb(131,152,136); }

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

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

 span { border-color: rgb(131,152,136); }

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