#9B9AAD

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

Shades of Santas Grey #9B9AAD

Tints of Santas Grey #9B9AAD

Color information

#9B9AAD (or 0x9B9AAD) is unknown color: approx Santas Grey. HEX triplet: 9B, 9A and AD. RGB value is (155,154,173). Sum of RGB (Red+Green+Blue) = 155+154+173=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B9AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9AAD is #646552. Grayscale: #9C9C9C. Windows color (decimal): -6579539 or 11377307. OLE color: 11377307.

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

Color convert

RGB155154173-
CMYK0.100.1100.32
HSL243.16º10.38%64.12%-
HSV(B)243.16º10.98%67.84%-
XYZ32.6233.144.2-
YUV156.46137.33126.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.16%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=32.16%
G=31.95%
B=35.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551541730.100.1100.32243.1610.3864.12
Hex9B9AADAB020f3a40
Octal233232255121304036312100
Binary1001101110011010101011011010101101000001111001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,154,173); }

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

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

 a { background-color: rgb(155,154,173); }

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

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

 span { border-color: rgb(155,154,173); }

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