#868087

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

Shades of Amethyst Smoke #868087

Tints of Amethyst Smoke #868087

Color information

#868087 (or 0x868087) is unknown color: approx Amethyst Smoke. HEX triplet: 86, 80 and 87. RGB value is (134,128,135). Sum of RGB (Red+Green+Blue) = 134+128+135=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 135 - color contains mainly: blue. Hex color #868087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868087 is #797F78. Grayscale: #828282. Windows color (decimal): -7962489 or 8880262. OLE color: 8880262.

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

Color convert

RGB134128135-
CMYK0.010.0500.47
HSL291.43º2.83%51.57%-
HSV(B)291.43º5.19%52.94%-
XYZ21.9222.2626.06-
YUV130.59130.49130.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.75%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 135 (53.12% from 255) = 34.01%
R=33.75%
G=32.24%
B=34.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341281350.010.0500.47291.432.8351.57
Hex8680871502F123334
Octal20620020715057443364
Binary1000011010000000100001111101010111110010001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868087; }

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

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

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

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

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

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

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

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