#9993AB

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

Shades of Grey Suit #9993AB

Tints of Grey Suit #9993AB

Color information

#9993AB (or 0x9993AB) is unknown color: approx Grey Suit. HEX triplet: 99, 93 and AB. RGB value is (153,147,171). Sum of RGB (Red+Green+Blue) = 153+147+171=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #9993AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9993AB is #666C54. Grayscale: #979797. Windows color (decimal): -6712405 or 11244441. OLE color: 11244441.

HSL color Cylindrical-coordinate representation of color #9993AB: hue angle of 255º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9993AB is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153147171-
CMYK0.110.1400.33
HSL255º12.5%62.35%-
HSV(B)255º14.04%67.06%-
XYZ30.9230.5842.8-
YUV151.53138.99129.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=32.48%
G=31.21%
B=36.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531471710.110.1400.3325512.562.35
Hex9993ABBE021ffc3e
Octal23122325313160413771476
Binary100110011001001110101011101111100100001111111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9993AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9993AB; }

 p { color: rgb(153,147,171); }

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

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

 a { background-color: rgb(153,147,171); }

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

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

 span { border-color: rgb(153,147,171); }

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