#869E8A

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

Shades of Envy #869E8A

Tints of Envy #869E8A

Color information

#869E8A (or 0x869E8A) is unknown color: approx Envy. HEX triplet: 86, 9E and 8A. RGB value is (134,158,138). Sum of RGB (Red+Green+Blue) = 134+158+138=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 158 - color contains mainly: green. Hex color #869E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869E8A is #796175. Grayscale: #949494. Windows color (decimal): -7954806 or 9084550. OLE color: 9084550.

HSL color Cylindrical-coordinate representation of color #869E8A: hue angle of 130º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #869E8A is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB134158138-
CMYK0.1500.130.38
HSL130º11.01%57.25%-
HSV(B)130º15.19%61.96%-
XYZ26.6531.3628.69-
YUV148.54122.05117.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.16%
GREEN value IS 158 (62.11% from 255) = 36.74%
BLUE value IS 138 (54.30% from 255) = 32.09%
R=31.16%
G=36.74%
B=32.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341581380.1500.130.3813011.0157.25
Hex869E8AF0D2682b39
Octal20623621217015462021371
Binary100001101001111010001010111101101100110100000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869E8A; }

 p { color: rgb(134,158,138); }

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

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

 a { background-color: rgb(134,158,138); }

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

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

 span { border-color: rgb(134,158,138); }

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