#888089

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

Shades of Amethyst Smoke #888089

Tints of Amethyst Smoke #888089

Color information

#888089 (or 0x888089) is unknown color: approx Amethyst Smoke. HEX triplet: 88, 80 and 89. RGB value is (136,128,137). Sum of RGB (Red+Green+Blue) = 136+128+137=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 137 - color contains mainly: blue. Hex color #888089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888089 is #777F76. Grayscale: #838383. Windows color (decimal): -7831415 or 9011336. OLE color: 9011336.

HSL color Cylindrical-coordinate representation of color #888089: hue angle of 293.33º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #888089 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB136128137-
CMYK0.010.0700.46
HSL293.33º3.67%51.96%-
HSV(B)293.33º6.57%53.73%-
XYZ22.3922.4826.83-
YUV131.42131.15131.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.92%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 137 (53.91% from 255) = 34.16%
R=33.92%
G=31.92%
B=34.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1361281370.010.0700.46293.333.6751.96
Hex8880891702E125434
Octal21020021117056445464
Binary10001000100000001000100111110101110100100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888089; }

 p { color: rgb(136,128,137); }

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

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

 a { background-color: rgb(136,128,137); }

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

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

 span { border-color: rgb(136,128,137); }

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