#867F87

Color #867F87 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #867F87

Tints of Amethyst Smoke #867F87

Color information

#867F87 (or 0x867F87) is unknown color: approx Amethyst Smoke. HEX triplet: 86, 7F and 87. RGB value is (134,127,135). Sum of RGB (Red+Green+Blue) = 134+127+135=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 135 - color contains mainly: blue. Hex color #867F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867F87 is #798078. Grayscale: #818181. Windows color (decimal): -7962745 or 8880006. OLE color: 8880006.

HSL color Cylindrical-coordinate representation of color #867F87: hue angle of 292.5º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #867F87 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB134127135-
CMYK0.010.0600.47
HSL292.5º3.23%51.37%-
HSV(B)292.5º5.93%52.94%-
XYZ21.792226.02-
YUV130130.82130.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.84%
GREEN value IS 127 (50% from 255) = 32.07%
BLUE value IS 135 (53.12% from 255) = 34.09%
R=33.84%
G=32.07%
B=34.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341271350.010.0600.47292.53.2351.37
Hex867F871602F125333
Octal20617720716057445363
Binary100001101111111100001111110010111110010010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867F87; }

 p { color: rgb(134,127,135); }

 H1.HeaderClassName
 {
   color: #867F87;
 }
 .AnyTagClassName
 {
   color: #867F87;
 }
</style>
background-color css

<style>
 a { background-color: #867F87; }

 a { background-color: rgb(134,127,135); }

 div.DivClassName
 {
   background-color: #867F87;
 }
 .BgClassName
 {
   background-color: #867F87;
 }
</style>
border-color css

<style>
 span { border-color: #867F87; }

 span { border-color: rgb(134,127,135); }

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