Html Css Color HEX #869D8A Envy

📋 copy color: '#869D8A'

red 134 ◦ green 157 ◦ blue 138

#869D8A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Envy #869D8A

Tints of Envy #869D8A

RGB

 RED value IS 134 (52.73% from 255) = 31.24%

 GREEN value IS 157 (61.72% from 255) = 36.6%

 BLUE value IS 138 (54.3% from 255) = 32.17%

R = 31.24%
G = 36.6%
B = 32.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#869D8A (or 0x869D8A) is known color: Envy. HEX triplet: 86, 9D and 8A. RGB value is (134,157,138). Sum of RGB (Red+Green+Blue) = 134+157+138=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 157 - color contains mainly: green. Hex color #869D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869D8A is #796275. Grayscale: #949494. Windows color (decimal): -7955062 or 9084294. OLE color: 9084294.

HSL color Cylindrical-coordinate representation of color #869D8A: hue angle of 130.43º 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 #869D8A is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 157 138 -
CMYK 0.15 0 0.12 0.38
HSL 130.43º 0.11% 0.57% -
HSV(B) 130.43º 0.15% 0.62% -
XYZ 26.48 31.02 28.64 -
YUV 147.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 134 157 138 0.15 0 0.12 0.38 130.43 0.11 0.57
Hex 86 9D 8A F 0 C 26 82 B 39
Octal 206 235 212 17 0 14 46 202 13 71
Binary 10000110 10011101 10001010 1111 0 1100 100110 10000010 1011 111001

Color Harmonies of #869D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869D8A

Black with #869D8A

Text Example


Text Example

White with #869D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #869D8A;
 }
 .AnyTagClassName
 {
   color: #869D8A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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