#98949F

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

Shades of Grey Suit #98949F

Tints of Grey Suit #98949F

Color information

#98949F (or 0x98949F) is unknown color: approx Grey Suit. HEX triplet: 98, 94 and 9F. RGB value is (152,148,159). Sum of RGB (Red+Green+Blue) = 152+148+159=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 159 - color contains mainly: blue. Hex color #98949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98949F is #676B60. Grayscale: #969696. Windows color (decimal): -6777697 or 10458264. OLE color: 10458264.

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

Color convert

RGB152148159-
CMYK0.040.0700.38
HSL261.82º5.42%60.2%-
HSV(B)261.82º6.92%62.35%-
XYZ29.830.3637.09-
YUV150.45132.83129.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.12%
GREEN value IS 148 (58.20% from 255) = 32.24%
BLUE value IS 159 (62.5% from 255) = 34.64%
R=33.12%
G=32.24%
B=34.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521481590.040.0700.38261.825.4260.2
Hex98949F4702610653c
Octal23022423747046406574
Binary1001100010010100100111111001110100110100000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98949F; }

 p { color: rgb(152,148,159); }

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

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

 a { background-color: rgb(152,148,159); }

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

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

 span { border-color: rgb(152,148,159); }

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