#9B97AF

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

Shades of Santas Grey #9B97AF

Tints of Santas Grey #9B97AF

Color information

#9B97AF (or 0x9B97AF) is unknown color: approx Santas Grey. HEX triplet: 9B, 97 and AF. RGB value is (155,151,175). Sum of RGB (Red+Green+Blue) = 155+151+175=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B97AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B97AF is #646850. Grayscale: #9A9A9A. Windows color (decimal): -6580305 or 11507611. OLE color: 11507611.

HSL color Cylindrical-coordinate representation of color #9B97AF: hue angle of 250º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B97AF is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB155151175-
CMYK0.110.1400.31
HSL250º13.04%63.92%-
HSV(B)250º13.71%68.63%-
XYZ32.3232.245.07-
YUV154.93139.33128.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.22%
GREEN value IS 151 (59.38% from 255) = 31.39%
BLUE value IS 175 (68.75% from 255) = 36.38%
R=32.22%
G=31.39%
B=36.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551511750.110.1400.3125013.0463.92
Hex9B97AFBE01Ffad40
Octal233227257131603737215100
Binary100110111001011110101111101111100111111111101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B97AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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