#9694AB

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

Shades of Santas Grey #9694AB

Tints of Santas Grey #9694AB

Color information

#9694AB (or 0x9694AB) is unknown color: approx Santas Grey. HEX triplet: 96, 94 and AB. RGB value is (150,148,171). Sum of RGB (Red+Green+Blue) = 150+148+171=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #9694AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9694AB is #696B54. Grayscale: #979797. Windows color (decimal): -6908757 or 11244694. OLE color: 11244694.

HSL color Cylindrical-coordinate representation of color #9694AB: hue angle of 245.22º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9694AB is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150148171-
CMYK0.120.1300.33
HSL245.22º12.04%62.55%-
HSV(B)245.22º13.45%67.06%-
XYZ30.5230.642.83-
YUV151.22139.16127.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.98%
GREEN value IS 148 (58.20% from 255) = 31.56%
BLUE value IS 171 (67.19% from 255) = 36.46%
R=31.98%
G=31.56%
B=36.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501481710.120.1300.33245.2212.0462.55
Hex9694ABCD021f5c3f
Octal22622425314150413651477
Binary100101101001010010101011110011010100001111101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9694AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9694AB; }

 p { color: rgb(150,148,171); }

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

<style>
 a { background-color: #9694AB; }

 a { background-color: rgb(150,148,171); }

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

<style>
 span { border-color: #9694AB; }

 span { border-color: rgb(150,148,171); }

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