#898699

Color #898699 Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #898699

Tints of Grey Suit #898699

Color information

#898699 (or 0x898699) is unknown color: approx Grey Suit. HEX triplet: 89, 86 and 99. RGB value is (137,134,153). Sum of RGB (Red+Green+Blue) = 137+134+153=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 153 - color contains mainly: blue. Hex color #898699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898699 is #767966. Grayscale: #888888. Windows color (decimal): -7764327 or 10061449. OLE color: 10061449.

HSL color Cylindrical-coordinate representation of color #898699: hue angle of 249.47º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #898699 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB137134153-
CMYK0.100.1200.4
HSL249.47º8.52%56.27%-
HSV(B)249.47º12.42%60%-
XYZ24.5924.6733.6-
YUV137.06136.99127.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.31%
GREEN value IS 134 (52.73% from 255) = 31.60%
BLUE value IS 153 (60.16% from 255) = 36.08%
R=32.31%
G=31.60%
B=36.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1371341530.100.1200.4249.478.5256.27
Hex898699AC028f9938
Octal21120623112140503711170
Binary100010011000011010011001101011000101000111110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898699; }

 p { color: rgb(137,134,153); }

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

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

 a { background-color: rgb(137,134,153); }

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

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

 span { border-color: rgb(137,134,153); }

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