Html Css Color HEX #869B8C Envy

📋 copy color: '#869B8C'

red 134 ◦ green 155 ◦ blue 140

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

Shades of Envy #869B8C

Tints of Envy #869B8C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.13%

 BLUE value IS 140 (55.08% from 255) = 32.63%

R = 31.24%
G = 36.13%
B = 32.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#869B8C (or 0x869B8C) is known color: Envy. HEX triplet: 86, 9B and 8C. RGB value is (134,155,140). Sum of RGB (Red+Green+Blue) = 134+155+140=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 155 - color contains mainly: green. Hex color #869B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869B8C is #796473. Grayscale: #939393. Windows color (decimal): -7955572 or 9214854. OLE color: 9214854.

HSL color Cylindrical-coordinate representation of color #869B8C: hue angle of 137.14º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #869B8C is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 155 140 -
CMYK 0.14 0 0.10 0.39
HSL 137.14º 0.1% 0.57% -
HSV(B) 137.14º 0.14% 0.61% -
XYZ 26.29 30.4 29.29 -
YUV 147.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 134 155 140 0.14 0 0.10 0.39 137.14 0.1 0.57
Hex 86 9B 8C E 0 A 27 89 A 39
Octal 206 233 214 16 0 12 47 211 12 71
Binary 10000110 10011011 10001100 1110 0 1010 100111 10001001 1010 111001

Color Harmonies of #869B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869B8C

Black with #869B8C

Text Example


Text Example

White with #869B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,155,140); }

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

background-color css

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

 a { background-color: rgb(134,155,140); }

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

border-color css

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

 span { border-color: rgb(134,155,140); }

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