#98959E

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

Shades of Grey Suit #98959E

Tints of Grey Suit #98959E

Color information

#98959E (or 0x98959E) is unknown color: approx Grey Suit. HEX triplet: 98, 95 and 9E. RGB value is (152,149,158). Sum of RGB (Red+Green+Blue) = 152+149+158=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 158 - color contains mainly: blue. Hex color #98959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98959E is #676A61. Grayscale: #969696. Windows color (decimal): -6777442 or 10392984. OLE color: 10392984.

HSL color Cylindrical-coordinate representation of color #98959E: hue angle of 260º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #98959E is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB152149158-
CMYK0.040.0600.38
HSL260º4.43%60.2%-
HSV(B)260º5.7%61.96%-
XYZ29.8730.6436.69-
YUV150.92131.99128.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.12%
GREEN value IS 149 (58.59% from 255) = 32.46%
BLUE value IS 158 (62.11% from 255) = 34.42%
R=33.12%
G=32.46%
B=34.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521491580.040.0600.382604.4360.2
Hex98959E4602610443c
Octal23022523646046404474
Binary1001100010010101100111101001100100110100000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98959E; }

 p { color: rgb(152,149,158); }

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

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

 a { background-color: rgb(152,149,158); }

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

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

 span { border-color: rgb(152,149,158); }

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