#9791AB

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

Shades of Grey Suit #9791AB

Tints of Grey Suit #9791AB

Color information

#9791AB (or 0x9791AB) is unknown color: approx Grey Suit. HEX triplet: 97, 91 and AB. RGB value is (151,145,171). Sum of RGB (Red+Green+Blue) = 151+145+171=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #9791AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9791AB is #686E54. Grayscale: #959595. Windows color (decimal): -6843989 or 11243927. OLE color: 11243927.

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

Color convert

RGB151145171-
CMYK0.120.1500.33
HSL253.85º13.4%61.96%-
HSV(B)253.85º15.2%67.06%-
XYZ30.2429.7742.68-
YUV149.76139.99128.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.33%
GREEN value IS 145 (57.03% from 255) = 31.05%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=32.33%
G=31.05%
B=36.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511451710.120.1500.33253.8513.461.96
Hex9791ABCF021fed3e
Octal22722125314170413761576
Binary100101111001000110101011110011110100001111111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9791AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,145,171); }

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

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

 a { background-color: rgb(151,145,171); }

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

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

 span { border-color: rgb(151,145,171); }

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