#9B97A4

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

Shades of Grey Suit #9B97A4

Tints of Grey Suit #9B97A4

Color information

#9B97A4 (or 0x9B97A4) is unknown color: approx Grey Suit. HEX triplet: 9B, 97 and A4. RGB value is (155,151,164). Sum of RGB (Red+Green+Blue) = 155+151+164=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 164 (64.45% from 255 or 34.89% from 470); Max value from RGB is 164 - color contains mainly: blue. Hex color #9B97A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B97A4 is #64685B. Grayscale: #999999. Windows color (decimal): -6580316 or 10786715. OLE color: 10786715.

HSL color Cylindrical-coordinate representation of color #9B97A4: hue angle of 258.46º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9B97A4 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB155151164-
CMYK0.050.0800.36
HSL258.46º6.67%61.76%-
HSV(B)258.46º7.93%64.31%-
XYZ31.2931.7839.61-
YUV153.68133.83128.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.98%
GREEN value IS 151 (59.38% from 255) = 32.13%
BLUE value IS 164 (64.45% from 255) = 34.89%
R=32.98%
G=32.13%
B=34.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551511640.050.0800.36258.466.6761.76
Hex9B97A45802410273e
Octal233227244510044402776
Binary10011011100101111010010010110000100100100000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B97A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B97A4; }

 p { color: rgb(155,151,164); }

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

<style>
 a { background-color: #9B97A4; }

 a { background-color: rgb(155,151,164); }

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

<style>
 span { border-color: #9B97A4; }

 span { border-color: rgb(155,151,164); }

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