Html Css Color HEX #869A89 Envy

📋 copy color: '#869A89'

red 134 ◦ green 154 ◦ blue 137

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

Shades of Envy #869A89

Tints of Envy #869A89

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.24%

 BLUE value IS 137 (53.91% from 255) = 32.24%

R = 31.53%
G = 36.24%
B = 32.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#869A89 (or 0x869A89) is known color: Envy. HEX triplet: 86, 9A and 89. RGB value is (134,154,137). Sum of RGB (Red+Green+Blue) = 134+154+137=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 154 - color contains mainly: green. Hex color #869A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869A89 is #796576. Grayscale: #929292. Windows color (decimal): -7955831 or 9017990. OLE color: 9017990.

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

Color convert

RGB 134 154 137 -
CMYK 0.13 0 0.11 0.40
HSL 129º 0.09% 0.56% -
HSV(B) 129º 0.13% 0.6% -
XYZ 25.9 29.99 28.09 -
YUV 146.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 134 154 137 0.13 0 0.11 0.40 129 0.09 0.56
Hex 86 9A 89 D 0 B 28 81 9 38
Octal 206 232 211 15 0 13 50 201 11 70
Binary 10000110 10011010 10001001 1101 0 1011 101000 10000001 1001 111000

Color Harmonies of #869A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869A89

Black with #869A89

Text Example


Text Example

White with #869A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,154,137); }

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

background-color css

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

 a { background-color: rgb(134,154,137); }

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

border-color css

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

 span { border-color: rgb(134,154,137); }

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