#98969B

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

Shades of Grey Suit #98969B

Tints of Grey Suit #98969B

Color information

#98969B (or 0x98969B) is unknown color: approx Grey Suit. HEX triplet: 98, 96 and 9B. RGB value is (152,150,155). Sum of RGB (Red+Green+Blue) = 152+150+155=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 155 - color contains mainly: blue. Hex color #98969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98969B is #676964. Grayscale: #979797. Windows color (decimal): -6777189 or 10196632. OLE color: 10196632.

HSL color Cylindrical-coordinate representation of color #98969B: hue angle of 264º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #98969B is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB152150155-
CMYK0.020.0300.39
HSL264º2.44%59.8%-
HSV(B)264º3.23%60.78%-
XYZ29.7730.8535.4-
YUV151.17130.16128.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.26%
GREEN value IS 150 (58.98% from 255) = 32.82%
BLUE value IS 155 (60.94% from 255) = 33.92%
R=33.26%
G=32.82%
B=33.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521501550.020.0300.392642.4459.8
Hex98969B2302710823c
Octal23022623323047410274
Binary1001100010010110100110111011010011110000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98969B; }

 p { color: rgb(152,150,155); }

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

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

 a { background-color: rgb(152,150,155); }

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

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

 span { border-color: rgb(152,150,155); }

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