Html Css Color HEX #869D8C Envy

📋 copy color: '#869D8C'

red 134 ◦ green 157 ◦ blue 140

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

Shades of Envy #869D8C

Tints of Envy #869D8C

RGB

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

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

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

R = 31.09%
G = 36.43%
B = 32.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#869D8C (or 0x869D8C) is known color: Envy. HEX triplet: 86, 9D and 8C. RGB value is (134,157,140). Sum of RGB (Red+Green+Blue) = 134+157+140=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 157 - color contains mainly: green. Hex color #869D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869D8C is #796273. Grayscale: #949494. Windows color (decimal): -7955060 or 9215366. OLE color: 9215366.

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

Color convert

RGB 134 157 140 -
CMYK 0.15 0 0.11 0.38
HSL 135.65º 0.11% 0.57% -
HSV(B) 135.65º 0.15% 0.62% -
XYZ 26.62 31.08 29.41 -
YUV 148.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 134 157 140 0.15 0 0.11 0.38 135.65 0.11 0.57
Hex 86 9D 8C F 0 B 26 88 B 39
Octal 206 235 214 17 0 13 46 210 13 71
Binary 10000110 10011101 10001100 1111 0 1011 100110 10001000 1011 111001

Color Harmonies of #869D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869D8C

Black with #869D8C

Text Example


Text Example

White with #869D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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