Html Css Color HEX #869E85 Pewter

📋 copy color: '#869E85'

red 134 ◦ green 158 ◦ blue 133

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

Shades of Pewter #869E85

Tints of Pewter #869E85

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.18%

 BLUE value IS 133 (52.34% from 255) = 31.29%

R = 31.53%
G = 37.18%
B = 31.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#869E85 (or 0x869E85) is known color: Pewter. HEX triplet: 86, 9E and 85. RGB value is (134,158,133). Sum of RGB (Red+Green+Blue) = 134+158+133=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 158 - color contains mainly: green. Hex color #869E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869E85 is #79617A. Grayscale: #949494. Windows color (decimal): -7954811 or 8756870. OLE color: 8756870.

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

Color convert

RGB 134 158 133 -
CMYK 0.15 0 0.16 0.38
HSL 117.6º 0.11% 0.57% -
HSV(B) 117.6º 0.16% 0.62% -
XYZ 26.29 31.22 26.83 -
YUV 147.97 119.55 118.03 -
System Red Green Blue C M Y K H S L
Decimal 134 158 133 0.15 0 0.16 0.38 117.6 0.11 0.57
Hex 86 9E 85 F 0 10 26 76 B 39
Octal 206 236 205 17 0 20 46 166 13 71
Binary 10000110 10011110 10000101 1111 0 10000 100110 1110110 1011 111001

Color Harmonies of #869E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869E85

Black with #869E85

Text Example


Text Example

White with #869E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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