#898698

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

Shades of Grey Suit #898698

Tints of Grey Suit #898698

Color information

#898698 (or 0x898698) is unknown color: approx Grey Suit. HEX triplet: 89, 86 and 98. RGB value is (137,134,152). Sum of RGB (Red+Green+Blue) = 137+134+152=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 152 - color contains mainly: blue. Hex color #898698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898698 is #767967. Grayscale: #888888. Windows color (decimal): -7764328 or 9995913. OLE color: 9995913.

HSL color Cylindrical-coordinate representation of color #898698: hue angle of 250º degrees, saturation: 0.08, 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 #898698 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB137134152-
CMYK0.100.1200.40
HSL250º8.04%56.08%-
HSV(B)250º11.84%59.61%-
XYZ24.5124.6433.17-
YUV136.95136.49128.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.39%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 152 (59.77% from 255) = 35.93%
R=32.39%
G=31.68%
B=35.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371341520.100.1200.402508.0456.08
Hex898698AC028fa838
Octal21120623012140503721070
Binary100010011000011010011000101011000101000111110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898698; }

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

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

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

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

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

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

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

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