#9B94AF

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

Shades of Santas Grey #9B94AF

Tints of Santas Grey #9B94AF

Color information

#9B94AF (or 0x9B94AF) is unknown color: approx Santas Grey. HEX triplet: 9B, 94 and AF. RGB value is (155,148,175). Sum of RGB (Red+Green+Blue) = 155+148+175=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B94AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B94AF is #646B50. Grayscale: #999999. Windows color (decimal): -6581073 or 11506843. OLE color: 11506843.

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

Color convert

RGB155148175-
CMYK0.110.1500.31
HSL255.56º14.44%63.33%-
HSV(B)255.56º15.43%68.63%-
XYZ31.8531.2444.91-
YUV153.17140.32129.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.43%
GREEN value IS 148 (58.20% from 255) = 30.96%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=32.43%
G=30.96%
B=36.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551481750.110.1500.31255.5614.4463.33
Hex9B94AFBF01F100e3f
Octal23322425713170374001677
Binary100110111001010010101111101111110111111000000001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B94AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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