#9B96AE

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

Shades of Santas Grey #9B96AE

Tints of Santas Grey #9B96AE

Color information

#9B96AE (or 0x9B96AE) is unknown color: approx Santas Grey. HEX triplet: 9B, 96 and AE. RGB value is (155,150,174). Sum of RGB (Red+Green+Blue) = 155+150+174=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B96AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B96AE is #646951. Grayscale: #9A9A9A. Windows color (decimal): -6580562 or 11441819. OLE color: 11441819.

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

Color convert

RGB155150174-
CMYK0.110.1400.32
HSL252.5º12.9%63.53%-
HSV(B)252.5º13.79%68.24%-
XYZ32.0631.8444.5-
YUV154.23139.16128.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.36%
GREEN value IS 150 (58.98% from 255) = 31.32%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=32.36%
G=31.32%
B=36.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551501740.110.1400.32252.512.963.53
Hex9B96AEBE020fcd40
Octal233226256131604037415100
Binary1001101110010110101011101011111001000001111110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B96AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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