Html Css Color HEX #869E84 Pewter

📋 copy color: '#869E84'

red 134 ◦ green 158 ◦ blue 132

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

Shades of Pewter #869E84

Tints of Pewter #869E84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.13%

R = 31.6%
G = 37.26%
B = 31.13%

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

#869E84 (or 0x869E84) is known color: Pewter. HEX triplet: 86, 9E and 84. RGB value is (134,158,132). Sum of RGB (Red+Green+Blue) = 134+158+132=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 158 - color contains mainly: green. Hex color #869E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869E84 is #79617B. Grayscale: #939393. Windows color (decimal): -7954812 or 8691334. OLE color: 8691334.

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

Color convert

RGB 134 158 132 -
CMYK 0.15 0 0.16 0.38
HSL 115.38º 0.12% 0.57% -
HSV(B) 115.38º 0.16% 0.62% -
XYZ 26.22 31.19 26.47 -
YUV 147.86 119.05 118.11 -
System Red Green Blue C M Y K H S L
Decimal 134 158 132 0.15 0 0.16 0.38 115.38 0.12 0.57
Hex 86 9E 84 F 0 10 26 73 C 39
Octal 206 236 204 17 0 20 46 163 14 71
Binary 10000110 10011110 10000100 1111 0 10000 100110 1110011 1100 111001

Color Harmonies of #869E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869E84

Black with #869E84

Text Example


Text Example

White with #869E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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